mirror of
https://github.com/nginx/nginx.git
synced 2025-02-25 18:55:26 -06:00
Added missing "static" specifier found by gcc -Wtraditional.
This has somehow escaped from fbdaad9b0e7b.
This commit is contained in:
@@ -306,7 +306,7 @@ ngx_init_signals(ngx_log_t *log)
|
||||
}
|
||||
|
||||
|
||||
void
|
||||
static void
|
||||
ngx_signal_handler(int signo)
|
||||
{
|
||||
char *action;
|
||||
|
||||
Reference in New Issue
Block a user