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

/illumos-gate/usr/src/cmd/sendmail/src/
H A Ddaemon.c3087 #define SM_NOOP_SIGNAL(sig, old) \ macro
3162 SM_NOOP_SIGNAL(SIGALRM, oalrm);
3163 SM_NOOP_SIGNAL(SIGCHLD, ignore);
3164 SM_NOOP_SIGNAL(SIGHUP, ignore);
3165 SM_NOOP_SIGNAL(SIGINT, ignore);
3166 SM_NOOP_SIGNAL(SIGPIPE, ignore);
3167 SM_NOOP_SIGNAL(SIGTERM, ignore);
3169 SM_NOOP_SIGNAL(SIGUSR1, ousr1);

Completed in 64 milliseconds