mirror of
https://github.com/nginx/nginx.git
synced 2026-08-03 22:33:10 +00:00
Added missing "static" specifier found by gcc -Wtraditional.
This has somehow escaped from fbdaad9b0e7b.
This commit is contained in:
parent
c265b11770
commit
b1682ecae4
1 changed files with 1 additions and 1 deletions
|
|
@ -306,7 +306,7 @@ ngx_init_signals(ngx_log_t *log)
|
|||
}
|
||||
|
||||
|
||||
void
|
||||
static void
|
||||
ngx_signal_handler(int signo)
|
||||
{
|
||||
char *action;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue