From 898446c8bacb5b0e1c223dfec4643ebee8d07f8e Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Thu, 26 Feb 2004 17:10:01 +0000 Subject: nginx-0.0.2-2004-02-26-20:10:01 import --- src/os/unix/ngx_thread.h | 3 +++ 1 file changed, 3 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 3ecc1e62a..3961f328f 100644 --- a/src/os/unix/ngx_thread.h +++ b/src/os/unix/ngx_thread.h @@ -60,6 +60,9 @@ ngx_int_t ngx_mutex_do_lock(ngx_mutex_t *m, ngx_int_t try); ngx_int_t ngx_mutex_unlock(ngx_mutex_t *m); +extern ngx_int_t ngx_threaded; + + #else /* !NGX_THREADS */ #define ngx_log_tid 0 -- cgit v1.2.3