Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2002-12-23 09:29:22 +0300
committerIgor Sysoev <igor@sysoev.ru>2002-12-23 09:29:22 +0300
commita6717c4e59a24bb11dab29b12fb9851bb41293c0 (patch)
tree3752e2a2fa8f5097b43d946b5b43e4aa90fbe98c /src/os/unix/ngx_process.h
parent41d5a4f2ae515a62008d22997c431ff54cfc7500 (diff)
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.h8
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_ */