diff options
Diffstat (limited to 'newlib/libc/include/reent.h')
-rw-r--r-- | newlib/libc/include/reent.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/newlib/libc/include/reent.h b/newlib/libc/include/reent.h index 52cc8cd94..00c2eb4b6 100644 --- a/newlib/libc/include/reent.h +++ b/newlib/libc/include/reent.h @@ -83,6 +83,11 @@ extern _ssize_t _write_r _PARAMS ((struct _reent *, int, const void *, size_t)); extern int _gettimeofday_r _PARAMS ((struct _reent *, struct timeval *tp, struct timezone *tzp)); #ifdef __LARGE64_FILES + +#if defined(__CYGWIN__) && defined(_COMPILING_NEWLIB) +#define stat64 __stat64 +#endif + struct stat64; extern _off64_t _lseek64_r _PARAMS ((struct _reent *, int, _off64_t, int)); |