diff options
author | Igor Sysoev <igor@sysoev.ru> | 2004-03-02 15:40:59 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2004-03-02 15:40:59 +0000 |
commit | ea0b1d973c975d8f61aad1198ae391e8eba1c8b9 (patch) | |
tree | 1eb7b0375243c66af086ab630688780bfe1313bd /src/os/unix/ngx_thread.h | |
parent | b9956ee298d6feed24be23b287f607ed4707ed63 (diff) | |
download | nginx-ea0b1d973c975d8f61aad1198ae391e8eba1c8b9.tar.gz nginx-ea0b1d973c975d8f61aad1198ae391e8eba1c8b9.zip |
nginx-0.0.2-2004-03-02-18:40:59 import
Diffstat (limited to 'src/os/unix/ngx_thread.h')
-rw-r--r-- | src/os/unix/ngx_thread.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/os/unix/ngx_thread.h b/src/os/unix/ngx_thread.h index 8a02880bb..0b065d8ec 100644 --- a/src/os/unix/ngx_thread.h +++ b/src/os/unix/ngx_thread.h @@ -7,6 +7,8 @@ #if (NGX_THREADS) +#define ngx_thread_volatile volatile + #if (NGX_USE_RFORK) #include <sys/ipc.h> @@ -96,6 +98,8 @@ extern ngx_int_t ngx_threaded; #else /* !NGX_THREADS */ +#define ngx_thread_volatile + #define ngx_log_tid 0 #define TID_T_FMT "%d" |