Searched refs:SM_NOOP_SIGNAL (Results 1 – 1 of 1) sorted by relevance
3095 #define SM_NOOP_SIGNAL(sig, old) \ macro3170 SM_NOOP_SIGNAL(SIGALRM, oalrm); in restart_daemon()3171 SM_NOOP_SIGNAL(SIGCHLD, ignore); in restart_daemon()3172 SM_NOOP_SIGNAL(SIGHUP, ignore); in restart_daemon()3173 SM_NOOP_SIGNAL(SIGINT, ignore); in restart_daemon()3174 SM_NOOP_SIGNAL(SIGPIPE, ignore); in restart_daemon()3175 SM_NOOP_SIGNAL(SIGTERM, ignore); in restart_daemon()3177 SM_NOOP_SIGNAL(SIGUSR1, ousr1); in restart_daemon()