https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=53ea7b2d5a3858e18b1615090701fa5bd0e28965

commit 53ea7b2d5a3858e18b1615090701fa5bd0e28965
Author:     Corinna Vinschen <[email protected]>
AuthorDate: Thu Dec 8 13:04:03 2022 +0100
Commit:     Corinna Vinschen <[email protected]>
CommitDate: Thu Dec 8 13:04:03 2022 +0100

    Cygwin: drop unused local declaration of fopen64
    
    Signed-off-by: Corinna Vinschen <[email protected]>

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_includes/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);

Reply via email to