nginx/src/os/win32/ngx_process.c
2004-03-04 07:04:55 +00:00

10 lines
138 B
C

#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;
}