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

/illumos-gate/usr/src/cmd/tnf/prex/
H A Dmain.c702 struct sigaction newact; local
704 newact.sa_handler = sig_handler;
705 (void) sigemptyset(&newact.sa_mask);
706 newact.sa_flags = 0;
707 if (sigaction(SIGINT, &newact, NULL) < 0) {

Completed in 58 milliseconds