Changeset 09ab0a9a in mainline for uspace/lib/posix/include/posix/signal.h
- Timestamp:
- 2018-09-13T12:05:53Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- cc74cb5
- Parents:
- b2aaaa0
- git-author:
- Jiri Svoboda <jiri@…> (2018-09-13 07:09:46)
- git-committer:
- Jiri Svoboda <jiri@…> (2018-09-13 12:05:53)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/posix/include/posix/signal.h
rb2aaaa0 r09ab0a9a 52 52 #define SIG_IGN ((void (*)(int)) __posix_ignore_signal_handler) 53 53 54 55 54 typedef struct { 56 55 int si_signo; … … 75 74 void (*sa_sigaction)(int, siginfo_t *, void *); 76 75 }; 77 78 76 79 77 /* Values of sigevent::sigev_notify */ … … 247 245 sigset_t *__restrict__ oset); 248 246 249 250 247 #endif /* POSIX_SIGNAL_H_ */ 251 248
Note:
See TracChangeset
for help on using the changeset viewer.