Added missing "static" specifiers found by gcc -Wtraditional.

This commit is contained in:
Ruslan Ermilov 2017-03-06 11:09:47 +03:00
parent 0759f088a5
commit 0f89206a10
3 changed files with 3 additions and 3 deletions

View File

@ -336,7 +336,7 @@ ngx_devpoll_set_event(ngx_event_t *ev, ngx_int_t event, ngx_uint_t flags)
}
ngx_int_t
static ngx_int_t
ngx_devpoll_process_events(ngx_cycle_t *cycle, ngx_msec_t timer,
ngx_uint_t flags)
{

View File

@ -432,7 +432,7 @@ ngx_eventport_notify(ngx_event_handler_pt handler)
}
ngx_int_t
static ngx_int_t
ngx_eventport_process_events(ngx_cycle_t *cycle, ngx_msec_t timer,
ngx_uint_t flags)
{

View File

@ -5554,7 +5554,7 @@ ngx_http_upstream_cookie_variable(ngx_http_request_t *r,
#if (NGX_HTTP_CACHE)
ngx_int_t
static ngx_int_t
ngx_http_upstream_cache_status(ngx_http_request_t *r,
ngx_http_variable_value_t *v, uintptr_t data)
{