diff options
Diffstat (limited to 'meta/3rd/OpenResty/library/ngx.process.lua')
-rw-r--r-- | meta/3rd/OpenResty/library/ngx.process.lua | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/3rd/OpenResty/library/ngx.process.lua b/meta/3rd/OpenResty/library/ngx.process.lua index c908105f..3a2e424e 100644 --- a/meta/3rd/OpenResty/library/ngx.process.lua +++ b/meta/3rd/OpenResty/library/ngx.process.lua @@ -5,9 +5,6 @@ local process = { --- Returns a number value for the nginx master process's process ID (or PID). --- ---- This function requires NGINX 1.13.8+ cores to work properly. Otherwise it returns nil. ---- ---- This feature first appeared in lua-resty-core v0.1.14. ---@return integer? pid function process.get_master_pid() end |