mirror of
https://github.com/nginx/nginx.git
synced 2025-02-25 18:55:26 -06:00
ignore SIGSYS
This commit is contained in:
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user