summaryrefslogtreecommitdiffhomepage
path: root/src/os/win32/ngx_time.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2003-11-11 22:16:11 +0000
committerIgor Sysoev <igor@sysoev.ru>2003-11-11 22:16:11 +0000
commitd0d57b769ea960f7b4a8a95639580c91cfb5d4c5 (patch)
tree1e4e61f19ac15aef21a508f4aad68c54f7c0cb9f /src/os/win32/ngx_time.h
parent27c30f9919ed695ab718c3365a445d47a14fd80f (diff)
downloadnginx-d0d57b769ea960f7b4a8a95639580c91cfb5d4c5.tar.gz
nginx-d0d57b769ea960f7b4a8a95639580c91cfb5d4c5.tar.bz2
nginx-0.0.1-2003-11-12-01:16:11 import
Diffstat (limited to '')
-rw-r--r--src/os/win32/ngx_time.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/os/win32/ngx_time.h b/src/os/win32/ngx_time.h
index 36f8918fa..a40dfb454 100644
--- a/src/os/win32/ngx_time.h
+++ b/src/os/win32/ngx_time.h
@@ -27,12 +27,6 @@ typedef FILETIME ngx_mtime_t;
#define ngx_localtime GetLocalTime
-struct timeval {
- long tv_sec;
- long tv_usec;
-};
-
-
void ngx_gettimeofday(struct timeval *tp);