diff options
| author | Ruslan Ermilov <ru@nginx.com> | 2015-03-20 06:43:19 +0300 |
|---|---|---|
| committer | Ruslan Ermilov <ru@nginx.com> | 2015-03-20 06:43:19 +0300 |
| commit | c84c19f5bf9b5e93056789940e38634fdb27a5e8 (patch) | |
| tree | 68e4f342df7e5c922b6059018b588c1d53057ffa /auto/sources | |
| parent | c34368715f9e6639f11e9c1a70272668085d6886 (diff) | |
| download | nginx-c84c19f5bf9b5e93056789940e38634fdb27a5e8.tar.gz nginx-c84c19f5bf9b5e93056789940e38634fdb27a5e8.tar.bz2 | |
Removed old FreeBSD rfork() thread implementation.
Diffstat (limited to 'auto/sources')
| -rw-r--r-- | auto/sources | 3 |
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" |
