view src/os/unix/ngx_process.h @ 85:3549c2bf9eaf

nginx-0.0.1-2003-05-07-21:32:45 import
author Igor Sysoev <igor@sysoev.ru>
date Wed, 07 May 2003 17:32:45 +0000
parents c14d7232b11f
children 71ce40b3c37b
line wrap: on
line source

#ifndef _NGX_PROCESS_H_INCLUDED_
#define _NGX_PROCESS_H_INCLUDED_


#define ngx_getpid  getpid


#endif /* _NGX_PROCESS_H_INCLUDED_ */