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 | d1ec868e328f58fc2c96827f4d1223ee7ed2192c (patch) | |
| tree | f0a60acf5de2d5c048f9aae21abd816c3ef6e663 /auto/sources | |
| parent | c84c19f5bf9b5e93056789940e38634fdb27a5e8 (diff) | |
| download | nginx-d1ec868e328f58fc2c96827f4d1223ee7ed2192c.tar.gz nginx-d1ec868e328f58fc2c96827f4d1223ee7ed2192c.tar.bz2 | |
Removed old pthread implementation.
Diffstat (limited to 'auto/sources')
| -rw-r--r-- | auto/sources | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/auto/sources b/auto/sources index ef3d31269..2b87e8553 100644 --- a/auto/sources +++ b/auto/sources @@ -204,8 +204,6 @@ 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 -PTHREAD_SRCS="src/os/unix/ngx_pthread_thread.c" - LINUX_DEPS="src/os/unix/ngx_linux_config.h src/os/unix/ngx_linux.h" LINUX_SRCS=src/os/unix/ngx_linux_init.c LINUX_SENDFILE_SRCS=src/os/unix/ngx_linux_sendfile_chain.c |
