Changes in uspace/lib/posix/signal.h [4419c34:4cf8ca6] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/posix/signal.h
r4419c34 r4cf8ca6 36 36 #define POSIX_SIGNAL_H_ 37 37 38 // TODO: documentation 39 38 40 #include "libc/errno.h" 39 41 #include "sys/types.h" … … 55 57 typedef uint32_t posix_sigset_t; 56 58 typedef struct posix_mcontext { 57 / * must not be empty to avoid compiler warnings (-pedantic) */59 // FIXME: should not be empty to avoid compiler warnings (-pedantic) 58 60 int dummy; 59 61 } posix_mcontext_t;
Note:
See TracChangeset
for help on using the changeset viewer.