mirror of
https://github.com/nginx/nginx.git
synced 2024-12-18 07:37:49 +08:00
9 lines
135 B
C
9 lines
135 B
C
#ifndef _NGX_PROCESS_H_INCLUDED_
|
|
#define _NGX_PROCESS_H_INCLUDED_
|
|
|
|
|
|
#define ngx_getpid getpid
|
|
|
|
|
|
#endif /* _NGX_PROCESS_H_INCLUDED_ */
|