Searched defs:SIG_DFL (Results 1 – 4 of 4) sorted by relevance
203 #define SIG_DFL (void (*)(int))0 macro
23 #define SIG_DFL ((__force __sighandler_t)0) /* default signal handling */ macro
198 const sighandler_t SIG_DFL = (sighandler_t)0; variable