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/unix/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/unix/ngx_os.h')
-rw-r--r-- | src/os/unix/ngx_os.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/os/unix/ngx_os.h b/src/os/unix/ngx_os.h index a83c6ed8f..a8b6c6dc0 100644 --- a/src/os/unix/ngx_os.h +++ b/src/os/unix/ngx_os.h @@ -54,7 +54,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; -#define ngx_stderr_fileno STDERR_FILENO #if (NGX_FREEBSD) #include <ngx_freebsd.h> |