comparison auto/sources @ 6029:e284f3ff6831

Removed old pthread implementation.
author Ruslan Ermilov <ru@nginx.com>
date Fri, 20 Mar 2015 06:43:19 +0300
parents fa77496b1df2
children ac7c7241ed8c
comparison
equal deleted inserted replaced
6028:fa77496b1df2 6029:e284f3ff6831
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 206
207 PTHREAD_SRCS="src/os/unix/ngx_pthread_thread.c"
208
209 LINUX_DEPS="src/os/unix/ngx_linux_config.h src/os/unix/ngx_linux.h" 207 LINUX_DEPS="src/os/unix/ngx_linux_config.h src/os/unix/ngx_linux.h"
210 LINUX_SRCS=src/os/unix/ngx_linux_init.c 208 LINUX_SRCS=src/os/unix/ngx_linux_init.c
211 LINUX_SENDFILE_SRCS=src/os/unix/ngx_linux_sendfile_chain.c 209 LINUX_SENDFILE_SRCS=src/os/unix/ngx_linux_sendfile_chain.c
212 210
213 211