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