Home
last modified time | relevance | path

Searched refs:old_sighup_handler (Results 1 - 1 of 1) sorted by relevance

/third_party/curl/tests/server/
H A Dutil.c473 static SIGHANDLER_T old_sighup_handler = SIG_ERR; variable
703 old_sighup_handler = set_signal(SIGHUP, SIG_IGN, FALSE); in install_signal_handlers()
704 if(old_sighup_handler == SIG_ERR) in install_signal_handlers()
760 if(SIG_ERR != old_sighup_handler) in restore_signal_handlers()
761 (void) set_signal(SIGHUP, old_sighup_handler, FALSE); in restore_signal_handlers()

Completed in 3 milliseconds