aboutsummaryrefslogtreecommitdiff
path: root/src/os/win32/ngx_process.c
blob: 6d78c1c13eaec1e0caf0e857cf935f92f755d796 (plain)
1
2
3
4
5
6
7
8
9
#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;
}