Searched refs:old_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
775 if (sigaction(SIGHUP, &sighup, &old_sighup) == -1)
798 sigaction(SIGHUP, &old_sighup, NULL);

Completed in 242 milliseconds