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