summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkosaki <kosaki@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-04-29 15:43:55 +0000
committerkosaki <kosaki@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-04-29 15:43:55 +0000
commit58e414b85e913e96f949d9c1502114e13cd9f453 (patch)
tree54d9fef909e32ff73361d6aae3c703c7c2e3b418
parent708034fedff1979373f8282050bc863eced7d059 (diff)
* include/ruby/win32.h: remove redundunt declaration of
rb_w32_time_subtract(). git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31386 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog5
-rw-r--r--include/ruby/win32.h1
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 688e77c209..12fbd9c8fd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sat Apr 30 00:34:56 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
+
+ * include/ruby/win32.h: remove redundunt declaration of
+ rb_w32_time_subtract().
+
Sat Apr 30 00:16:40 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
* thread_pthread.c (gvl_init): fix hangup if GVL_SIMPLE_LOCK=1.
diff --git a/include/ruby/win32.h b/include/ruby/win32.h
index f24ba98b5f..13e01a4365 100644
--- a/include/ruby/win32.h
+++ b/include/ruby/win32.h
@@ -303,7 +303,6 @@ extern int rb_w32_stati64(const char *, struct stati64 *);
extern int rb_w32_ustati64(const char *, struct stati64 *);
extern int rb_w32_access(const char *, int);
extern int rb_w32_uaccess(const char *, int);
-extern int rb_w32_subtract(struct timeval *rest, const struct timeval *wait);
#ifdef __BORLANDC__
extern int rb_w32_fstati64(int, struct stati64 *);