From 755694565542b227c6966e8ba78425c84cf6e009 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Thu, 8 Jul 2004 15:17:47 +0000 Subject: nginx-0.0.7-2004-07-08-19:17:47 import --- src/os/unix/ngx_thread.h | 1 + 1 file changed, 1 insertion(+) (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 b779de060..69d3c348d 100644 --- a/src/os/unix/ngx_thread.h +++ b/src/os/unix/ngx_thread.h @@ -107,6 +107,7 @@ ngx_int_t ngx_cond_signal(ngx_cond_t *cv); #define ngx_log_tid 0 #define TID_T_FMT "%d" +#define ngx_mutex_trylock(m) NGX_OK #define ngx_mutex_lock(m) NGX_OK #define ngx_mutex_unlock(m) -- cgit v1.2.3