view src/os/unix/ngx_process.h @ 163:fb61ba77beba

nginx-0.0.1-2003-10-28-18:45:41 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 28 Oct 2003 15:45:41 +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_ */