7#define _NOTE_MAX_HANDLERS 32
void(* sighandler_t)(int)
uint64_t(* atnotify_func_t)(char *note)
User space atnotify() handler function type.
uint64_t _note_handler_add(atnotify_func_t func)
void _note_handler_remove(atnotify_func_t func)
sighandler_t _signal_handler_add(int sig, sighandler_t func)
void _signal_handler_remove(int sig, sighandler_t func)
int _signal_raise(int sig)