]> git.kaiwu.me - nginx.git/commitdiff
ignore SIGSYS
authorIgor Sysoev <igor@sysoev.ru>
Wed, 26 Aug 2009 05:19:57 +0000 (05:19 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Wed, 26 Aug 2009 05:19:57 +0000 (05:19 +0000)
src/os/unix/ngx_process.c

index c92802ef9120c00a0beefeb54e31b0a63429588a..f163651eeaf900306fd63d8bceadb06bc8a6964d 100644 (file)
@@ -73,6 +73,8 @@ ngx_signal_t  signals[] = {
 
     { SIGCHLD, "SIGCHLD", "", ngx_signal_handler },
 
+    { SIGSYS, "SIGSYS, SIG_IGN", "", SIG_IGN },
+
     { SIGPIPE, "SIGPIPE, SIG_IGN", "", SIG_IGN },
 
     { 0, NULL, "", NULL }