Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src/os/unix
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2004-07-08 19:17:47 +0400
committerIgor Sysoev <igor@sysoev.ru>2004-07-08 19:17:47 +0400
commit755694565542b227c6966e8ba78425c84cf6e009 (patch)
tree22c2929c01be68df4e1b2057a704a0ec73a237e5 /src/os/unix
parent8e811c11b96bafca446404c6256d8edbb01900b0 (diff)
nginx-0.0.7-2004-07-08-19:17:47 import
Diffstat (limited to 'src/os/unix')
-rw-r--r--src/os/unix/ngx_thread.h1
1 files changed, 1 insertions, 0 deletions
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)