Sign in
nginx
/
nginx
/
b14169a714bb3deeb7f4912a58238f7a54aeecd1
/
.
/
src
/
os
/
win32
/
ngx_process.c
blob: 6d78c1c13eaec1e0caf0e857cf935f92f755d796 [
file
] [
log
] [
blame
]
#include
<ngx_config.h>
#include
<ngx_core.h>
ngx_pid_t
ngx_execute
(
ngx_cycle_t
*
cycle
,
ngx_exec_ctx_t
*
ctx
)
{
return
/* STUB */
0
;
}