1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

win32/win32.c: remove unnecessary declaration

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54811 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2016-04-29 00:56:44 +00:00
parent a19b53aeab
commit f9602ee315

View file

@ -5280,7 +5280,6 @@ stati64_set_inode_handle(HANDLE h, struct stati64 *st)
}
#undef fstat
extern int fstat(int, struct stat *);
/* License: Ruby's */
int
rb_w32_fstat(int fd, struct stat *st)