Home
last modified time | relevance | path

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

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