From 3a40d48164f13be2ddfc2ed84e593edc40d12a1c Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Thu, 12 Sep 2002 14:42:29 +0000 Subject: nginx-0.0.1-2002-09-12-18:42:29 import --- src/os/unix/ngx_time.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/os/unix/ngx_time.h') 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_ */ -- cgit