aboutsummaryrefslogtreecommitdiff
path: root/src/os/win32/ngx_time.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/os/win32/ngx_time.h')
-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);