Searched defs:sighup (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/unit/atf-src/atf-c/detail/
H A Dprocess_test.c747 struct sigaction sighup, old_sighup; local
768 sighup.sa_handler = nop_signal;
769 sigemptyset(&sighup.sa_mask);
770 sighup.sa_flags = 0;
771 if (sigaction(SIGHUP, &sighup, &old_sighup) == -1)

Completed in 1015 milliseconds