diff options
author | Igor Sysoev <igor@sysoev.ru> | 2009-04-23 11:13:12 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2009-04-23 11:13:12 +0000 |
commit | c28ff717cb27e01cc40bdaebdd2c3826c0a7707d (patch) | |
tree | f0cfcf4aac2d0fb1226b4305a90916998008436b /src/os/win32/ngx_os.h | |
parent | ae2f2b105ad8e56eea73720a094961cc9e665f3d (diff) | |
download | nginx-c28ff717cb27e01cc40bdaebdd2c3826c0a7707d.tar.gz nginx-c28ff717cb27e01cc40bdaebdd2c3826c0a7707d.zip |
issue start up errors and warning on both stderr and error_log
Diffstat (limited to 'src/os/win32/ngx_os.h')
-rw-r--r-- | src/os/win32/ngx_os.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/os/win32/ngx_os.h b/src/os/win32/ngx_os.h index ba10c809a..e72af3884 100644 --- a/src/os/win32/ngx_os.h +++ b/src/os/win32/ngx_os.h @@ -58,7 +58,6 @@ extern ngx_int_t ngx_max_sockets; extern ngx_uint_t ngx_inherited_nonblocking; extern ngx_uint_t ngx_tcp_nodelay_and_tcp_nopush; extern ngx_uint_t ngx_win32_version; -extern ngx_fd_t ngx_stderr_fileno; extern char ngx_unique[]; |