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
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2004-04-02 19:13:20 +0400
committerIgor Sysoev <igor@sysoev.ru>2004-04-02 19:13:20 +0400
commitc972a3fe2774c329cd64fdaf36f51e28a130bf4c (patch)
treed510db8b672c1d8eddc2a533d166f04223b4de81 /src/os/unix/ngx_thread.h
parentdebb39eaedf46e63d22f4604da01cf26a1e8a930 (diff)
nginx-0.0.3-2004-04-02-19:13:20 import
Diffstat (limited to 'src/os/unix/ngx_thread.h')
-rw-r--r--src/os/unix/ngx_thread.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/os/unix/ngx_thread.h b/src/os/unix/ngx_thread.h
index 841636a04..52252747e 100644
--- a/src/os/unix/ngx_thread.h
+++ b/src/os/unix/ngx_thread.h
@@ -102,9 +102,6 @@ ngx_int_t ngx_mutex_dolock(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_thread_volatile