1 #ifndef _LUNAIX_UHDR_SYS_SIGNAL_DEFS_H
2 #define _LUNAIX_UHDR_SYS_SIGNAL_DEFS_H
22 typedef unsigned char signum_t;
23 typedef unsigned int sigset_t;
24 typedef void (*sighandler_t)(int);
29 void (*sa_handler)(int);
30 void (*sa_sigaction)(int, void*, void*);
38 #endif /* _LUNAIX_UHDR_SIGNAL_DEFS_H */