From 160d774afcf3cdd4f999489211eb9d78bf82439a Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Wed, 19 Nov 2003 16:26:41 +0000 Subject: nginx-0.0.1-2003-11-19-19:26:41 import --- src/os/unix/ngx_process.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/os/unix/ngx_process.h') diff --git a/src/os/unix/ngx_process.h b/src/os/unix/ngx_process.h index 60689ba9b..15d9c0d1d 100644 --- a/src/os/unix/ngx_process.h +++ b/src/os/unix/ngx_process.h @@ -2,7 +2,13 @@ #define _NGX_PROCESS_H_INCLUDED_ +typedef pid_t ngx_pid_t; + #define ngx_getpid getpid +int ngx_spawn_process(ngx_log_t *log); +void ngx_sigchld_handler(int signo); + + #endif /* _NGX_PROCESS_H_INCLUDED_ */ -- cgit