mirror of
https://github.com/nginx/nginx.git
synced 2025-06-07 17:52:38 +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)
|
ngx_signal_handler(int signo)
|
||||||
{
|
{
|
||||||
char *action;
|
char *action;
|
||||||
|
Loading…
Reference in New Issue
Block a user