From f9602ee3150a23899b2d5a822d025bbc95b4ac15 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 29 Apr 2016 00:56:44 +0000 Subject: win32/win32.c: remove unnecessary declaration git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54811 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- win32/win32.c | 1 - 1 file changed, 1 deletion(-) (limited to 'win32/win32.c') diff --git a/win32/win32.c b/win32/win32.c index 053b2aee54..854c6c9a4d 100644 --- a/win32/win32.c +++ b/win32/win32.c @@ -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) -- cgit v1.2.3