summaryrefslogtreecommitdiffhomepage
path: root/src/os/win32/ngx_process.c
blob: e3a27864748bf0ec8cf6be91e51a03deea6b7abf (plain) (blame)
1
2
3
4
5
6
7
8
9

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