diff src/event/modules/ngx_eventport_module.c @ 6923:fbdaad9b0e7b

Added missing "static" specifiers found by gcc -Wtraditional.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 06 Mar 2017 11:09:47 +0300
parents a72886067bbb
children cbf59d483c9c
line wrap: on
line diff
--- a/src/event/modules/ngx_eventport_module.c
+++ b/src/event/modules/ngx_eventport_module.c
@@ -432,7 +432,7 @@ ngx_eventport_notify(ngx_event_handler_p
 }
 
 
-ngx_int_t
+static ngx_int_t
 ngx_eventport_process_events(ngx_cycle_t *cycle, ngx_msec_t timer,
     ngx_uint_t flags)
 {