blob: 23b1697380e961ae302e656c27c185a5da56c6ff [file] [log] [blame]
/*
* 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;
}