view src/os/unix/ngx_process.h @ 99:a059e1aa65d4

nginx-0.0.1-2003-06-02-19:24:30 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 02 Jun 2003 15:24:30 +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_ */