changeset 3045:46b207c9dafd

ignore SIGSYS
author Igor Sysoev <igor@sysoev.ru>
date Wed, 26 Aug 2009 05:19:57 +0000
parents a1d54c705f38
children 52e984126b2c
files src/os/unix/ngx_process.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
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 }