mirror of
https://github.com/nginx/nginx.git
synced 2025-01-08 10:08:18 +08:00
10 lines
138 B
C
10 lines
138 B
C
|
|
||
|
#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;
|
||
|
}
|