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
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
struct __sFILE64 *fopen64 (const char *, const char *);
|
|
||||||
struct hostent *cygwin_gethostbyname (const char *name);
|
struct hostent *cygwin_gethostbyname (const char *name);
|
||||||
/* Don't enforce definition of in_addr_t. */
|
/* Don't enforce definition of in_addr_t. */
|
||||||
uint32_t cygwin_inet_addr (const char *cp);
|
uint32_t cygwin_inet_addr (const char *cp);
|
||||||
|
|
Loading…
Reference in New Issue