Searched refs:SIG_IGN (Results 1 – 5 of 5) sorted by relevance
147 if (func == SIG_IGN) in raise()
61 @item SIG_IGN
90 new_func = SIG_IGN; in main()
51 #define SIG_IGN ((_sig_func_ptr)1) /* Ignore action */ macro
17154 * libc/include/signal.h (SIG_IGN, SIG_DFL, SIG_ERR): Change