nginx/src/os/win32/ngx_process.c

10 lines
138 B
C
Raw Normal View History

2004-03-04 15:04:55 +08:00
#include <ngx_config.h>
#include <ngx_core.h>
ngx_pid_t ngx_exec(ngx_cycle_t *cycle, ngx_exec_ctx_t *ctx)
{
return /* STUB */ 0;
}