diff src/os/unix/ngx_freebsd_rfork_thread.h @ 380:5ce6561246a5

nginx-0.0.7-2004-07-07-10:15:04 import
author Igor Sysoev <igor@sysoev.ru>
date Wed, 07 Jul 2004 06:15:04 +0000
parents 73688d5d7fc3
children 02a511569afb
line wrap: on
line diff
--- 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)