diff options
Diffstat (limited to '')
| -rw-r--r-- | auto/sources | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/auto/sources b/auto/sources index 3fcf58eaf..041b23daf 100644 --- a/auto/sources +++ b/auto/sources @@ -135,9 +135,12 @@ POSIX_DEPS=src/os/unix/ngx_posix_config.h FREEBSD_DEPS=src/os/unix/ngx_freebsd_config.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" + LINUX_DEPS=src/os/unix/ngx_linux_config.h LINUX_SRCS=src/os/unix/ngx_linux_init.c LINUX_SENDFILE_SRCS=src/os/unix/ngx_linux_sendfile_chain.c |
