aboutsummaryrefslogtreecommitdiff
path: root/src/os/win32/ngx_process.c
blob: 7ec46f64c38f354ca1be97ad1572ca9e798bbb30 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * Copyright (C) Igor Sysoev
 */


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