commit | 160d774afcf3cdd4f999489211eb9d78bf82439a | [log] [tgz] |
---|---|---|
author | Igor Sysoev <igor@sysoev.ru> | Wed Nov 19 16:26:41 2003 +0000 |
committer | Igor Sysoev <igor@sysoev.ru> | Wed Nov 19 16:26:41 2003 +0000 |
tree | 59227d2698d9c531808a9f3edb708f36707a37f9 | |
parent | 1b138ed141c0bdb0c9944c1ae70e53682ed2d035 [diff] [blame] |
nginx-0.0.1-2003-11-19-19:26:41 import
diff --git a/src/os/unix/ngx_process.h b/src/os/unix/ngx_process.h index 60689ba..15d9c0d 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_ */