Sign in
nginx
/
nginx
/
3b30a901b43c11c83ac598e0954c3c33a89d78fd
/
.
/
src
/
os
/
unix
/
ngx_process.h
blob: 15d9c0d1d478cbe582392d1e8886f6d752f8f9e2 [
file
] [
log
] [
blame
]
#ifndef
_NGX_PROCESS_H_INCLUDED_
#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_ */