From c78c41cefcf1e1fa8005f81b7c6cc0c857bcf46f Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Wed, 7 Jul 2004 06:15:04 +0000 Subject: nginx-0.0.7-2004-07-07-10:15:04 import --- src/os/unix/ngx_thread.h | 1 - 1 file changed, 1 deletion(-) (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 e30a148dd..b9348e89d 100644 --- a/src/os/unix/ngx_thread.h +++ b/src/os/unix/ngx_thread.h @@ -21,7 +21,6 @@ typedef pthread_t ngx_tid_t; #define ngx_thread_self() pthread_self() -#define ngx_thread_main() pthread_main_np() #define ngx_log_tid (int) ngx_thread_self() #define TID_T_FMT PTR_FMT -- cgit v1.2.3