mirror of
https://github.com/nginx/nginx.git
synced 2024-12-05 06:19:01 +08:00
ignore SIGSYS
This commit is contained in:
parent
b71610eb09
commit
764c5eca29
@ -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 }
|
||||
|
Loading…
Reference in New Issue
Block a user