nginx-0.0.2-2004-02-25-23:16:15 import
diff --git a/src/os/unix/ngx_thread.h b/src/os/unix/ngx_thread.h
index 9637fda..3ecc1e6 100644
--- a/src/os/unix/ngx_thread.h
+++ b/src/os/unix/ngx_thread.h
@@ -7,7 +7,7 @@
#if (NGX_THREADS)
-#if (USE_RFORK)
+#if (NGX_USE_RFORK)
#include <sys/ipc.h>
#include <sys/sem.h>
@@ -46,7 +46,7 @@
#endif
-ngx_int_t ngx_init_threads(int n, size_t size, ngx_log_t *log);
+ngx_int_t ngx_init_threads(int n, size_t size, ngx_cycle_t *cycle);
int ngx_create_thread(ngx_tid_t *tid, int (*func)(void *arg), void *arg,
ngx_log_t *log);
ngx_tid_t ngx_thread_self();