summaryrefslogtreecommitdiff
path: root/win32/win32.c
diff options
context:
space:
mode:
Diffstat (limited to 'win32/win32.c')
-rw-r--r--win32/win32.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/win32/win32.c b/win32/win32.c
index c64b7b99e3..b20ca9da82 100644
--- a/win32/win32.c
+++ b/win32/win32.c
@@ -4310,9 +4310,6 @@ gettimeofday(struct timeval *tv, struct timezone *tz)
}
/* License: Ruby's */
-typedef int clockid_t;
-#define CLOCK_REALTIME 0
-#define CLOCK_MONOTONIC 1
int
clock_gettime(clockid_t clock_id, struct timespec *sp)
{