Sign in
nginx
/
nginx
/
669e3319cea6431bd4605a41979389789b2e046d
/
.
/
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_ */