diff options
Diffstat (limited to 'src/os/unix/ngx_freebsd_rfork_thread.h')
-rw-r--r-- | src/os/unix/ngx_freebsd_rfork_thread.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/os/unix/ngx_freebsd_rfork_thread.h b/src/os/unix/ngx_freebsd_rfork_thread.h index 215d2dc86..79e748a00 100644 --- a/src/os/unix/ngx_freebsd_rfork_thread.h +++ b/src/os/unix/ngx_freebsd_rfork_thread.h @@ -14,7 +14,6 @@ typedef pid_t ngx_tid_t; -#undef ngx_log_pid #define ngx_log_pid ngx_thread_self() #define ngx_log_tid 0 |