Home
last modified time | relevance | path

Searched refs:sighupaction (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/ldapcachemgr/
H A Dcachemgr.c288 struct sigaction sighupaction; local
543 sighupaction.sa_handler = getldap_revalidate;
544 sighupaction.sa_flags = 0;
545 (void) sigemptyset(&sighupaction.sa_mask);
549 if (sigaction(SIGHUP, &sighupaction, NULL) < 0) {