comparison src/os/unix/ngx_posix_init.c @ 221:401154e21826

nginx-0.0.1-2004-01-08-20:08:10 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 08 Jan 2004 17:08:10 +0000
parents f57597ec5249
children 99df0edb63ed
comparison
equal deleted inserted replaced
220:4f81b931e9ff 221:401154e21826
118 signo, sig->signame, sig->action); 118 signo, sig->signame, sig->action);
119 119
120 switch (signo) { 120 switch (signo) {
121 121
122 case SIGCHLD: 122 case SIGCHLD:
123 ngx_reap = 1;
123 ngx_process_get_status(); 124 ngx_process_get_status();
124 break; 125 break;
125 126
126 case ngx_signal_value(NGX_SHUTDOWN_SIGNAL): 127 case ngx_signal_value(NGX_SHUTDOWN_SIGNAL):
127 ngx_quit = 1; 128 ngx_quit = 1;