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

/osnet-11/usr/src/cmd/sendmail/src/
H A Ddaemon.c3093 #define SM_NOOP_SIGNAL(sig, old) \ macro
3168 SM_NOOP_SIGNAL(SIGALRM, oalrm);
3169 SM_NOOP_SIGNAL(SIGCHLD, ignore);
3170 SM_NOOP_SIGNAL(SIGHUP, ignore);
3171 SM_NOOP_SIGNAL(SIGINT, ignore);
3172 SM_NOOP_SIGNAL(SIGPIPE, ignore);
3173 SM_NOOP_SIGNAL(SIGTERM, ignore);
3175 SM_NOOP_SIGNAL(SIGUSR1, ousr1);

Completed in 416 milliseconds