view src/core/ngx_atomic.h @ 248:e885208c518b

nginx-0.0.2-2004-02-03-00:19:52 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 02 Feb 2004 21:19:52 +0000
parents f536f91e8e99
children 5238e93961a1
line wrap: on
line source

#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_ */