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-09-12 18:42:29 +0400
committerIgor Sysoev <igor@sysoev.ru>2002-09-12 18:42:29 +0400
commit3a40d48164f13be2ddfc2ed84e593edc40d12a1c (patch)
tree591342422899073c8e16cf0bb72a64a2d840935c /src/os/unix/ngx_time.h
parente0268b95c6dea75f88d3874213b1aa0cd0aba692 (diff)
nginx-0.0.1-2002-09-12-18:42:29 import
Diffstat (limited to 'src/os/unix/ngx_time.h')
-rw-r--r--src/os/unix/ngx_time.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/os/unix/ngx_time.h b/src/os/unix/ngx_time.h
index 42bb7167c..5da536a49 100644
--- a/src/os/unix/ngx_time.h
+++ b/src/os/unix/ngx_time.h
@@ -22,5 +22,8 @@ void ngx_localtime(ngx_tm_t *tm);
ngx_msec_t ngx_msec(void);
+/* STUB */
+#define ngx_time() time(NULL)
+
#endif /* _NGX_TIME_H_INCLUDED_ */