Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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 /auto/sources
parentc34368715f9e6639f11e9c1a70272668085d6886 (diff)
Removed old FreeBSD rfork() thread implementation.
Diffstat (limited to 'auto/sources')
-rw-r--r--auto/sources3
1 files changed, 0 insertions, 3 deletions
diff --git a/auto/sources b/auto/sources
index e7f105889..ef3d31269 100644
--- a/auto/sources
+++ b/auto/sources
@@ -203,9 +203,6 @@ THREAD_POOL_SRCS="src/core/ngx_thread_pool.c
FREEBSD_DEPS="src/os/unix/ngx_freebsd_config.h src/os/unix/ngx_freebsd.h"
FREEBSD_SRCS=src/os/unix/ngx_freebsd_init.c
FREEBSD_SENDFILE_SRCS=src/os/unix/ngx_freebsd_sendfile_chain.c
-FREEBSD_RFORK_DEPS="src/os/unix/ngx_freebsd_rfork_thread.h"
-FREEBSD_RFORK_SRCS="src/os/unix/ngx_freebsd_rfork_thread.c"
-FREEBSD_RFORK_THREAD_SRCS="src/os/unix/rfork_thread.S"
PTHREAD_SRCS="src/os/unix/ngx_pthread_thread.c"