aboutsummaryrefslogtreecommitdiff
path: root/src/os/unix/ngx_freebsd_config.h
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@nginx.com>2015-03-20 06:43:19 +0300
committerRuslan Ermilov <ru@nginx.com>2015-03-20 06:43:19 +0300
commitc84c19f5bf9b5e93056789940e38634fdb27a5e8 (patch)
tree68e4f342df7e5c922b6059018b588c1d53057ffa /src/os/unix/ngx_freebsd_config.h
parentc34368715f9e6639f11e9c1a70272668085d6886 (diff)
downloadnginx-c84c19f5bf9b5e93056789940e38634fdb27a5e8.tar.gz
nginx-c84c19f5bf9b5e93056789940e38634fdb27a5e8.zip
Removed old FreeBSD rfork() thread implementation.
Diffstat (limited to 'src/os/unix/ngx_freebsd_config.h')
-rw-r--r--src/os/unix/ngx_freebsd_config.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/os/unix/ngx_freebsd_config.h b/src/os/unix/ngx_freebsd_config.h
index 92b2928c8..8f060514d 100644
--- a/src/os/unix/ngx_freebsd_config.h
+++ b/src/os/unix/ngx_freebsd_config.h
@@ -100,12 +100,6 @@ typedef struct aiocb ngx_aiocb_t;
#endif
-#if (__FreeBSD_version < 430000 || __FreeBSD_version < 500012)
-
-pid_t rfork_thread(int flags, void *stack, int (*func)(void *arg), void *arg);
-
-#endif
-
#ifndef IOV_MAX
#define IOV_MAX 1024
#endif