From 5a096eddb34fcff83c5662925e5440c410409af0 Mon Sep 17 00:00:00 2001 From: usa Date: Mon, 19 Aug 2013 04:29:41 +0000 Subject: * 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 --- win32/win32.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'win32/win32.c') 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) { -- cgit v1.2.3