mirror of
https://github.com/nginx/nginx.git
synced 2024-11-24 21:59:06 +08:00
Added missing "static" specifier found by gcc -Wtraditional.
This has somehow escaped from fbdaad9b0e7b.
This commit is contained in:
parent
c265b11770
commit
b1682ecae4
@ -306,7 +306,7 @@ ngx_init_signals(ngx_log_t *log)
|
||||
}
|
||||
|
||||
|
||||
void
|
||||
static void
|
||||
ngx_signal_handler(int signo)
|
||||
{
|
||||
char *action;
|
||||
|
Loading…
Reference in New Issue
Block a user