diff src/os/win32/ngx_win32_config.h @ 493:975f62e77f02 release-0.1.21

nginx-0.1.21-RELEASE import *) Bugfix: the ngx_http_stub_status_module showed incorrect statistics if "rtsig" method was used or if several worker process ran on SMP. *) Bugfix: nginx could not be built by the icc compiler on Linux or if the zlib-1.2.x library was building from sources. *) Bugfix: nginx could not be built on NetBSD 2.0.
author Igor Sysoev <igor@sysoev.ru>
date Tue, 22 Feb 2005 14:40:13 +0000
parents c52408583801
children 64d9afb209da
line wrap: on
line diff
--- a/src/os/win32/ngx_win32_config.h
+++ b/src/os/win32/ngx_win32_config.h
@@ -111,7 +111,6 @@ typedef __int64           off_t;
 typedef uint32_t          in_addr_t;
 typedef u_short           in_port_t;
 typedef int               sig_atomic_t;
-typedef uint32_t          ngx_atomic_t;
 
 
 #define NGX_SIZE_T_LEN          sizeof("-2147483648") - 1