comparison auto/sources @ 6028:fa77496b1df2

Removed old FreeBSD rfork() thread implementation.
author Ruslan Ermilov <ru@nginx.com>
date Fri, 20 Mar 2015 06:43:19 +0300
parents 466bd63b63d1
children e284f3ff6831
comparison
equal deleted inserted replaced
6027:67717d4e4f47 6028:fa77496b1df2
201 src/os/unix/ngx_thread_id.c" 201 src/os/unix/ngx_thread_id.c"
202 202
203 FREEBSD_DEPS="src/os/unix/ngx_freebsd_config.h src/os/unix/ngx_freebsd.h" 203 FREEBSD_DEPS="src/os/unix/ngx_freebsd_config.h src/os/unix/ngx_freebsd.h"
204 FREEBSD_SRCS=src/os/unix/ngx_freebsd_init.c 204 FREEBSD_SRCS=src/os/unix/ngx_freebsd_init.c
205 FREEBSD_SENDFILE_SRCS=src/os/unix/ngx_freebsd_sendfile_chain.c 205 FREEBSD_SENDFILE_SRCS=src/os/unix/ngx_freebsd_sendfile_chain.c
206 FREEBSD_RFORK_DEPS="src/os/unix/ngx_freebsd_rfork_thread.h"
207 FREEBSD_RFORK_SRCS="src/os/unix/ngx_freebsd_rfork_thread.c"
208 FREEBSD_RFORK_THREAD_SRCS="src/os/unix/rfork_thread.S"
209 206
210 PTHREAD_SRCS="src/os/unix/ngx_pthread_thread.c" 207 PTHREAD_SRCS="src/os/unix/ngx_pthread_thread.c"
211 208
212 LINUX_DEPS="src/os/unix/ngx_linux_config.h src/os/unix/ngx_linux.h" 209 LINUX_DEPS="src/os/unix/ngx_linux_config.h src/os/unix/ngx_linux.h"
213 LINUX_SRCS=src/os/unix/ngx_linux_init.c 210 LINUX_SRCS=src/os/unix/ngx_linux_init.c