diff src/os/unix/ngx_time.h @ 323:ba876b26b76d

nginx-0.0.3-2004-04-21-22:54:33 import
author Igor Sysoev <igor@sysoev.ru>
date Wed, 21 Apr 2004 18:54:33 +0000
parents 39b6f2df45c0
children 0ab66f4b6c4d
line wrap: on
line diff
--- a/src/os/unix/ngx_time.h
+++ b/src/os/unix/ngx_time.h
@@ -20,6 +20,7 @@ typedef struct tm      ngx_tm_t;
 #define ngx_tm_mon     tm_mon
 #define ngx_tm_year    tm_year
 #define ngx_tm_wday    tm_wday
+#define ngx_tm_gmtoff  tm_gmtoff
 
 #ifndef SOLARIS
 #define ngx_tm_zone    tm_zone
@@ -41,7 +42,4 @@ void ngx_localtime(ngx_tm_t *tm);
 #define ngx_msleep(ms)        usleep(ms * 1000)
 
 
-extern time_t  ngx_cached_time;
-
-
 #endif /* _NGX_TIME_H_INCLUDED_ */