comparison src/core/ngx_atomic.h @ 213:f536f91e8e99

nginx-0.0.1-2003-12-19-15:45:27 import
author Igor Sysoev <igor@sysoev.ru>
date Fri, 19 Dec 2003 12:45:27 +0000
parents 679f60139863
children 5238e93961a1
comparison
equal deleted inserted replaced
212:679f60139863 213:f536f91e8e99
4 4
5 #include <ngx_config.h> 5 #include <ngx_config.h>
6 #include <ngx_core.h> 6 #include <ngx_core.h>
7 7
8 8
9 /* STUB */
9 #define ngx_atomic_inc(x) x++; 10 #define ngx_atomic_inc(x) x++;
10 #define ngx_atomic_dec(x) x--; 11 #define ngx_atomic_dec(x) x--;
11 12
12 13
13 #endif /* _NGX_ATOMIC_H_INCLUDED_ */ 14 #endif /* _NGX_ATOMIC_H_INCLUDED_ */