diff options
author | Igor Sysoev <igor@sysoev.ru> | 2004-07-07 06:15:04 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2004-07-07 06:15:04 +0000 |
commit | c78c41cefcf1e1fa8005f81b7c6cc0c857bcf46f (patch) | |
tree | 167a534227a7b4203892a0bb1a493a7fd4af6279 /src/os/unix/ngx_freebsd_rfork_thread.h | |
parent | 81a432a185bc61d46a4d5eb1f96773ee7b3dc6a3 (diff) | |
download | nginx-c78c41cefcf1e1fa8005f81b7c6cc0c857bcf46f.tar.gz nginx-c78c41cefcf1e1fa8005f81b7c6cc0c857bcf46f.zip |
nginx-0.0.7-2004-07-07-10:15:04 import
Diffstat (limited to 'src/os/unix/ngx_freebsd_rfork_thread.h')
-rw-r--r-- | src/os/unix/ngx_freebsd_rfork_thread.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/os/unix/ngx_freebsd_rfork_thread.h b/src/os/unix/ngx_freebsd_rfork_thread.h index 462554f28..c9ae99c09 100644 --- a/src/os/unix/ngx_freebsd_rfork_thread.h +++ b/src/os/unix/ngx_freebsd_rfork_thread.h @@ -85,7 +85,6 @@ static inline int ngx_gettid() ngx_tid_t ngx_thread_self(); -#define ngx_thread_main() (ngx_gettid() == 0) #define ngx_mutex_trylock(m) ngx_mutex_dolock(m, 1) |