Sign in
nginx
/
nginx
/
0ee5d3c106f98c06dbad8b61f85a7d0c8e65f970
/
.
/
src
/
core
/
ngx_atomic.h
blob: b6bd17fb3b9fbbd2daca08b085628e0aad253ac4 [
file
] [
log
] [
blame
]
#ifndef
_NGX_ATOMIC_H_INCLUDED_
#define
_NGX_ATOMIC_H_INCLUDED_
#include
<ngx_config.h>
#include
<ngx_core.h>
/* STUB */
#define
ngx_atomic_inc
(
x
)
x
++;
#define
ngx_atomic_dec
(
x
)
x
--;
#endif
/* _NGX_ATOMIC_H_INCLUDED_ */