mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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
This commit is contained in:
parent
708034fedf
commit
58e414b85e
2 changed files with 5 additions and 1 deletions
|
@ -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>
|
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.
|
* thread_pthread.c (gvl_init): fix hangup if GVL_SIMPLE_LOCK=1.
|
||||||
|
|
|
@ -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_ustati64(const char *, struct stati64 *);
|
||||||
extern int rb_w32_access(const char *, int);
|
extern int rb_w32_access(const char *, int);
|
||||||
extern int rb_w32_uaccess(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__
|
#ifdef __BORLANDC__
|
||||||
extern int rb_w32_fstati64(int, struct stati64 *);
|
extern int rb_w32_fstati64(int, struct stati64 *);
|
||||||
|
|
Loading…
Add table
Reference in a new issue