aboutsummaryrefslogtreecommitdiff
path: root/src/core/ngx_atomic.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2003-12-19 12:45:27 +0000
committerIgor Sysoev <igor@sysoev.ru>2003-12-19 12:45:27 +0000
commit1cd1e2741ab83cd7e0816e8b8ff43b3668703ea6 (patch)
tree6a7000dd1f33ce80dfb7ec3863a4de3002f5f772 /src/core/ngx_atomic.h
parente89c4581f4706187052671a8a40dda4fe3e3c391 (diff)
downloadnginx-1cd1e2741ab83cd7e0816e8b8ff43b3668703ea6.tar.gz
nginx-1cd1e2741ab83cd7e0816e8b8ff43b3668703ea6.zip
nginx-0.0.1-2003-12-19-15:45:27 import
Diffstat (limited to 'src/core/ngx_atomic.h')
-rw-r--r--src/core/ngx_atomic.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/ngx_atomic.h b/src/core/ngx_atomic.h
index b24a997c4..b6bd17fb3 100644
--- a/src/core/ngx_atomic.h
+++ b/src/core/ngx_atomic.h
@@ -6,6 +6,7 @@
#include <ngx_core.h>
+/* STUB */
#define ngx_atomic_inc(x) x++;
#define ngx_atomic_dec(x) x--;