1 #ifndef __LUNAIX_SYS_SIGNAL_DEFS_H
2 #define __LUNAIX_SYS_SIGNAL_DEFS_H
20 typedef unsigned int sigset_t;
21 typedef void (*sighandler_t)(int);
26 void (*sa_handler)(int);
27 void (*sa_sigaction)(int, void*, void*);
35 #endif /* __LUNAIX_SIGNAL_DEFS_H */