Sign in
nginx
/
nginx
/
ba90f581f447fde1786d8bc17d91f137b154febc
/
.
/
src
/
core
/
ngx_atomic.h
blob: b6bd17fb3b9fbbd2daca08b085628e0aad253ac4 [
file
]
#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_ */