summaryrefslogtreecommitdiff
path: root/include/ruby/win32.h
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 /include/ruby/win32.h
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 'include/ruby/win32.h')
-rw-r--r--include/ruby/win32.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ruby/win32.h b/include/ruby/win32.h
index b8c99b2c3a..260c5d914d 100644
--- a/include/ruby/win32.h
+++ b/include/ruby/win32.h
@@ -126,7 +126,7 @@ typedef unsigned int uintptr_t;
typedef int clockid_t;
#define CLOCK_REALTIME 0
-#define CLOCK_MONOTINIC 1
+#define CLOCK_MONOTONIC 1
#undef getc
#undef putc