From 5edf387f199efe5b67b2b81a00bc8404bea8365b Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Wed, 3 Mar 2004 16:14:15 +0000 Subject: nginx-0.0.2-2004-03-03-19:14:15 import --- src/os/unix/ngx_thread.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 0b065d8ec..a85750d47 100644 --- a/src/os/unix/ngx_thread.h +++ b/src/os/unix/ngx_thread.h @@ -103,7 +103,7 @@ extern ngx_int_t ngx_threaded; #define ngx_log_tid 0 #define TID_T_FMT "%d" -#define ngx_mutex_lock(m) +#define ngx_mutex_lock(m) NGX_OK #define ngx_mutex_unlock(m) #endif -- cgit v1.2.3