comparison src/os/unix/ngx_freebsd_rfork_thread.h @ 108:cf3d6edb3ad6 NGINX_0_3_1

nginx 0.3.1 *) Bugfix: the segmentation fault occurred when the signal queue overflowed if the "rtsig" method was used; bug appeared in 0.2.0. *) Change: correct handling of the "\\", "\"", "\'", and "\$" pairs in SSI.
author Igor Sysoev <http://sysoev.ru>
date Mon, 10 Oct 2005 00:00:00 +0400
parents 72eb30262aac
children 408f195b3482
comparison
equal deleted inserted replaced
107:495d867e35e8 108:cf3d6edb3ad6
12 #include <sys/sem.h> 12 #include <sys/sem.h>
13 #include <sched.h> 13 #include <sched.h>
14 14
15 typedef pid_t ngx_tid_t; 15 typedef pid_t ngx_tid_t;
16 16
17 #undef ngx_log_pid
18 #define ngx_log_pid ngx_thread_self() 17 #define ngx_log_pid ngx_thread_self()
19 #define ngx_log_tid 0 18 #define ngx_log_tid 0
20 19
21 #define NGX_TID_T_FMT "%P" 20 #define NGX_TID_T_FMT "%P"
22 21