diff options
Diffstat (limited to 'src/core/ngx_connection.c')
-rw-r--r-- | src/core/ngx_connection.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ngx_connection.c b/src/core/ngx_connection.c index 7c515e642..6298ff160 100644 --- a/src/core/ngx_connection.c +++ b/src/core/ngx_connection.c @@ -4,7 +4,7 @@ #include <ngx_event.h> -ngx_os_io_t ngx_io; +ngx_os_io_t ngx_io; ngx_int_t ngx_set_inherited_sockets(ngx_cycle_t *cycle) |