diff options
Diffstat (limited to 'newlib/libc/include/stdio.h')
-rw-r--r-- | newlib/libc/include/stdio.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/newlib/libc/include/stdio.h b/newlib/libc/include/stdio.h index 8389449c2..2912eafa9 100644 --- a/newlib/libc/include/stdio.h +++ b/newlib/libc/include/stdio.h @@ -50,13 +50,9 @@ _BEGIN_STD_C typedef __FILE FILE; #ifdef __CYGWIN__ -#ifdef __CYGWIN_USE_BIG_TYPES__ typedef _fpos64_t fpos_t; #else typedef _fpos_t fpos_t; -#endif -#else -typedef _fpos_t fpos_t; #ifdef __LARGE64_FILES typedef _fpos64_t fpos64_t; #endif |