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

/freebsd-9.3-release/contrib/sendmail/src/
H A Ddaemon.c3094 #define SM_NOOP_SIGNAL(sig, old) \ macro
3169 SM_NOOP_SIGNAL(SIGALRM, oalrm);
3170 SM_NOOP_SIGNAL(SIGCHLD, ignore);
3171 SM_NOOP_SIGNAL(SIGHUP, ignore);
3172 SM_NOOP_SIGNAL(SIGINT, ignore);
3173 SM_NOOP_SIGNAL(SIGPIPE, ignore);
3174 SM_NOOP_SIGNAL(SIGTERM, ignore);
3176 SM_NOOP_SIGNAL(SIGUSR1, ousr1);

Completed in 44 milliseconds