diff options
author | Igor Sysoev <igor@sysoev.ru> | 2004-01-06 16:49:34 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2004-01-06 16:49:34 +0000 |
commit | a9030ebcca7aff99c2a9d90ea702ad7f74a50941 (patch) | |
tree | b6b25786b40057732110b2159cd427b5c9d8e6ba /src/os/unix/ngx_process.c | |
parent | 3c3ca1735815a4e495922b50b01a258016c93d4b (diff) | |
download | nginx-a9030ebcca7aff99c2a9d90ea702ad7f74a50941.tar.gz nginx-a9030ebcca7aff99c2a9d90ea702ad7f74a50941.zip |
nginx-0.0.1-2004-01-06-19:49:34 import
Diffstat (limited to 'src/os/unix/ngx_process.c')
-rw-r--r-- | src/os/unix/ngx_process.c | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/src/os/unix/ngx_process.c b/src/os/unix/ngx_process.c index f7314a45e..e50040820 100644 --- a/src/os/unix/ngx_process.c +++ b/src/os/unix/ngx_process.c @@ -211,25 +211,6 @@ void ngx_respawn_processes(ngx_cycle_t *cycle) } -#if 0 -void ngx_sigchld_handler(int signo) -{ - int status; - char *process; - ngx_pid_t pid; - ngx_err_t err; - ngx_uint_t i, one; - struct timeval tv; - - ngx_gettimeofday(&tv); - ngx_time_update(tv.tv_sec); - - ngx_log_error(NGX_LOG_INFO, ngx_cycle->log, 0, - "signal #%d (SIGCHLD) received", signo); -} -#endif - - void ngx_process_get_status() { int status; |