From ea0b1d973c975d8f61aad1198ae391e8eba1c8b9 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Tue, 2 Mar 2004 15:40:59 +0000 Subject: nginx-0.0.2-2004-03-02-18:40:59 import --- src/os/unix/ngx_thread.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/os/unix/ngx_thread.h') 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 @@ -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" -- cgit v1.2.3