diff options
Diffstat (limited to '')
| -rw-r--r-- | src/os/win32/ngx_thread.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/os/win32/ngx_thread.h b/src/os/win32/ngx_thread.h index 7d7052b22..40122768c 100644 --- a/src/os/win32/ngx_thread.h +++ b/src/os/win32/ngx_thread.h @@ -19,13 +19,9 @@ typedef DWORD ngx_thread_value_t; ngx_err_t ngx_create_thread(ngx_tid_t *tid, ngx_thread_value_t (__stdcall *func)(void *arg), void *arg, ngx_log_t *log); -ngx_int_t ngx_init_threads(int n, size_t size, ngx_cycle_t *cycle); #define ngx_log_tid GetCurrentThreadId() #define NGX_TID_T_FMT "%ud" -extern ngx_int_t ngx_threads_n; - - #endif /* _NGX_THREAD_H_INCLUDED_ */ |
