1 #ifndef __LUNAIX_SYS_SIGNAL_DEFS_H
2 #define __LUNAIX_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_SIGNAL_DEFS_H */