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

/freebsd-13-stable/usr.sbin/daemon/
H A Ddaemon.c213 struct sigaction act_term, act_chld, act_hup; local
226 memset(&act_hup, 0, sizeof(act_hup));
227 act_hup.sa_handler = handle_hup;
228 sigemptyset(&act_hup.sa_mask);
269 sigaction(SIGHUP, &act_hup, NULL) == -1) {

Completed in 77 milliseconds