diff src/os/unix/ngx_process.c @ 3045:46b207c9dafd

ignore SIGSYS
author Igor Sysoev <igor@sysoev.ru>
date Wed, 26 Aug 2009 05:19:57 +0000
parents d82993af1da0
children 846d0e2fa483
line wrap: on
line diff
--- a/src/os/unix/ngx_process.c
+++ b/src/os/unix/ngx_process.c
@@ -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 }