aboutsummaryrefslogtreecommitdiff
path: root/src/os/unix/ngx_process.h
blob: 60689ba9b77e253d1fcb0ace02210fafd63a1e69 (plain)
1
2
3
4
5
6
7
8
#ifndef _NGX_PROCESS_H_INCLUDED_
#define _NGX_PROCESS_H_INCLUDED_


#define ngx_getpid  getpid


#endif /* _NGX_PROCESS_H_INCLUDED_ */