diff options
author | Igor Sysoev <igor@sysoev.ru> | 2004-04-21 18:54:33 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2004-04-21 18:54:33 +0000 |
commit | 732a27196381164c799d345ec0d010b416408555 (patch) | |
tree | 043848398927223e1b08d1b15c071b3a23717d76 /src/os/unix/ngx_time.h | |
parent | bb570859043557c5c1b20d933ff2e4c18d13c980 (diff) | |
download | nginx-732a27196381164c799d345ec0d010b416408555.tar.gz nginx-732a27196381164c799d345ec0d010b416408555.zip |
nginx-0.0.3-2004-04-21-22:54:33 import
Diffstat (limited to 'src/os/unix/ngx_time.h')
-rw-r--r-- | src/os/unix/ngx_time.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/os/unix/ngx_time.h b/src/os/unix/ngx_time.h index c84486ed5..bb03e994b 100644 --- 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_ */ |