diff options
author | Igor Sysoev <igor@sysoev.ru> | 2002-12-23 06:29:22 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2002-12-23 06:29:22 +0000 |
commit | a6717c4e59a24bb11dab29b12fb9851bb41293c0 (patch) | |
tree | 3752e2a2fa8f5097b43d946b5b43e4aa90fbe98c /src/os/unix/ngx_process.h | |
parent | 41d5a4f2ae515a62008d22997c431ff54cfc7500 (diff) | |
download | nginx-a6717c4e59a24bb11dab29b12fb9851bb41293c0.tar.gz nginx-a6717c4e59a24bb11dab29b12fb9851bb41293c0.zip |
nginx-0.0.1-2002-12-23-09:29:22 import
Diffstat (limited to 'src/os/unix/ngx_process.h')
-rw-r--r-- | src/os/unix/ngx_process.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/os/unix/ngx_process.h b/src/os/unix/ngx_process.h new file mode 100644 index 000000000..60689ba9b --- /dev/null +++ b/src/os/unix/ngx_process.h @@ -0,0 +1,8 @@ +#ifndef _NGX_PROCESS_H_INCLUDED_ +#define _NGX_PROCESS_H_INCLUDED_ + + +#define ngx_getpid getpid + + +#endif /* _NGX_PROCESS_H_INCLUDED_ */ |