From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2155) id 720E038308DE; Thu, 8 Dec 2022 13:17:45 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 720E038308DE DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1670505465; bh=7pqeN7Jx+aaZ1Sfp6BOH3B7AJEW2pxF2z7+dv15HY7w=; h=From:To:Subject:Date:From; b=D/ZFUQfqfL6Sy7Z9HzkTRMDJMpMmukNXk2DIX5JSJexdiYovUuoQ4XS4g3IyM2xpQ AtbceLmQN+xIdI+DqICQhN2sPzddl+2+k9Xkz+tO6gTZO3VXroL8q1RMQLu+dIw7jp Zkis/widKGs8y2/4wHuTV3lJTBB1qLCDJJirRNKc= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Corinna Vinschen To: cygwin-cvs@sourceware.org Subject: [newlib-cygwin] Cygwin: drop unused local declaration of fopen64 X-Act-Checkin: newlib-cygwin X-Git-Author: Corinna Vinschen X-Git-Refname: refs/heads/master X-Git-Oldrev: 4949a82cde98886a79a962bf583cdbe9a2186078 X-Git-Newrev: 53ea7b2d5a3858e18b1615090701fa5bd0e28965 Message-Id: <20221208131745.720E038308DE@sourceware.org> Date: Thu, 8 Dec 2022 13:17:45 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dnewlib-cygwin.git;h=3D53ea7b2d5a3= 858e18b1615090701fa5bd0e28965 commit 53ea7b2d5a3858e18b1615090701fa5bd0e28965 Author: Corinna Vinschen AuthorDate: Thu Dec 8 13:04:03 2022 +0100 Commit: Corinna Vinschen CommitDate: Thu Dec 8 13:04:03 2022 +0100 Cygwin: drop unused local declaration of fopen64 =20 Signed-off-by: Corinna Vinschen Diff: --- winsup/cygwin/local_includes/winsup.h | 1 - 1 file changed, 1 deletion(-) diff --git a/winsup/cygwin/local_includes/winsup.h b/winsup/cygwin/local_in= cludes/winsup.h index 43dfbf46f49a..44c7f08f8ac6 100644 --- a/winsup/cygwin/local_includes/winsup.h +++ b/winsup/cygwin/local_includes/winsup.h @@ -41,7 +41,6 @@ details. */ #ifdef __cplusplus extern "C" { #endif -struct __sFILE64 *fopen64 (const char *, const char *); struct hostent *cygwin_gethostbyname (const char *name); /* Don't enforce definition of in_addr_t. */ uint32_t cygwin_inet_addr (const char *cp);