Cygwin: drop unused local declaration of fopen64
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
parent
4949a82cde
commit
53ea7b2d5a
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue