summaryrefslogtreecommitdiff
path: root/win32/win32.c
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-08-19 04:29:41 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-08-19 04:29:41 +0000
commit5a096eddb34fcff83c5662925e5440c410409af0 (patch)
treedbe5e6a9e5d0c264ad258735b1ef1b86310bb3bb /win32/win32.c
parenta3b4296369a2456c6ec95820b87bb686d50bf64e (diff)
* include/ruby/win32.h (CLOCK_MONOTONIC): typo.
* win32/win32.c: removed duplicated declarations. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42617 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
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)
{