From: Igor Sysoev Date: Wed, 26 Aug 2009 05:19:57 +0000 (+0000) Subject: ignore SIGSYS X-Git-Tag: release-0.8.11~13 X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=764c5eca29dfda36b8e5866a72a1734709738d3c;p=nginx.git ignore SIGSYS --- diff --git a/src/os/unix/ngx_process.c b/src/os/unix/ngx_process.c index c92802ef9..f163651ee 100644 --- 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 }