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

Completed in 14 milliseconds