Home | History | Annotate | Download | only in server

Lines Matching refs:old_sigterm_handler

233 static SIGHANDLER_T old_sigterm_handler = SIG_ERR;
290 if((old_sigterm_handler = signal(SIGTERM, exit_signal_handler)) == SIG_ERR)
323 if(SIG_ERR != old_sigterm_handler)
324 (void)signal(SIGTERM, old_sigterm_handler);