diff options
author | Igor Sysoev <igor@sysoev.ru> | 2005-10-10 12:59:41 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2005-10-10 12:59:41 +0000 |
commit | 1bfa7bc78a23c0150e0bbf854e778dba4df30031 (patch) | |
tree | 25779bc18366a22cabccd56a89e0af11025d7c8a /src/os/unix/ngx_freebsd_rfork_thread.h | |
parent | b29779caaf628afc28baffb71763f0725da2e0e4 (diff) | |
download | nginx-release-0.3.1.tar.gz nginx-release-0.3.1.zip |
nginx-0.3.1-RELEASE importrelease-0.3.1
*) Bugfix: the segmentation fault occurred when the signal queue
overflowed if the "rtsig" method was used; the bug had appeared in
0.2.0.
*) Change: correct handling of the "\\", "\"", "\'", and "\$" pairs in
SSI.
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 |