Home | History | Annotate | Download | only in rtl

Lines Matching defs:SIG_IGN

185 const sighandler_t SIG_IGN = (sighandler_t)1;
1793 if (pc != (uptr)SIG_DFL && pc != (uptr)SIG_IGN) {
1938 if (act->sa_handler != SIG_IGN && act->sa_handler != SIG_DFL) {