comparison src/os/unix/ngx_freebsd_rfork_thread.c @ 208:0b67be7d4489

nginx-0.0.1-2003-12-08-23:48:12 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 08 Dec 2003 20:48:12 +0000
parents 738fe44c70d5
children 5238e93961a1
comparison
equal deleted inserted replaced
207:6e0fef527732 208:0b67be7d4489
1 1
2 #include <ngx_config.h> 2 #include <ngx_config.h>
3 #include <ngx_core.h> 3 #include <ngx_core.h>
4 #include <ngx_process.h>
5 #include <ngx_log.h>
6 #include <ngx_alloc.h>
7 4
8 5
9 extern int __isthreaded; 6 extern int __isthreaded;
10 7
11 8