Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ngx_process.c « win32 « os « src - github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 23b1697380e961ae302e656c27c185a5da56c6ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

/*
 * Copyright (C) 2002-2004 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;
}