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

/bind-9.6-ESV-R11/unit/atf-src/atf-c/detail/
H A Dprocess_test.c751 struct sigaction sighup, old_sighup; local
772 sighup.sa_handler = nop_signal;
773 sigemptyset(&sighup.sa_mask);
774 sighup.sa_flags = 0;
775 if (sigaction(SIGHUP, &sighup, &old_sighup) == -1)

Completed in 12 milliseconds