comparison src/os/unix/ngx_freebsd_config.h @ 6028:fa77496b1df2

Removed old FreeBSD rfork() thread implementation.
author Ruslan Ermilov <ru@nginx.com>
date Fri, 20 Mar 2015 06:43:19 +0300
parents 72e31d88defa
children 4dc8e7b62216
comparison
equal deleted inserted replaced
6027:67717d4e4f47 6028:fa77496b1df2
98 #ifdef __DragonFly__ 98 #ifdef __DragonFly__
99 #define NGX_KEEPALIVE_FACTOR 1000 99 #define NGX_KEEPALIVE_FACTOR 1000
100 #endif 100 #endif
101 101
102 102
103 #if (__FreeBSD_version < 430000 || __FreeBSD_version < 500012)
104
105 pid_t rfork_thread(int flags, void *stack, int (*func)(void *arg), void *arg);
106
107 #endif
108
109 #ifndef IOV_MAX 103 #ifndef IOV_MAX
110 #define IOV_MAX 1024 104 #define IOV_MAX 1024
111 #endif 105 #endif
112 106
113 107