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

/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautomount.c102 struct sigaction sigintact; local
110 (void) sigaction(SIGINT, NULL, &sigintact);
111 if (sigintact.sa_sigaction == SIG_IGN) {

Completed in 44 milliseconds