mirror of
https://github.com/nginx/nginx.git
synced 2024-12-16 14:19:00 +08:00
9 lines
148 B
C
9 lines
148 B
C
|
#ifndef _NGX_PROCESS_H_INCLUDED_
|
||
|
#define _NGX_PROCESS_H_INCLUDED_
|
||
|
|
||
|
|
||
|
#define ngx_getpid GetCurrentProcessId
|
||
|
|
||
|
|
||
|
#endif /* _NGX_PROCESS_H_INCLUDED_ */
|