diff options
Diffstat (limited to 'newlib/libc/include')
-rw-r--r-- | newlib/libc/include/stdio.h | 4 | ||||
-rw-r--r-- | newlib/libc/include/sys/config.h | 3 |
2 files changed, 0 insertions, 7 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 diff --git a/newlib/libc/include/sys/config.h b/newlib/libc/include/sys/config.h index 64a3fe638..49a3d8ac7 100644 --- a/newlib/libc/include/sys/config.h +++ b/newlib/libc/include/sys/config.h @@ -188,9 +188,6 @@ #if defined(__CYGWIN__) #include <cygwin/config.h> -#define __LINUX_ERRNO_EXTENSIONS__ 1 -#define _MB_EXTENDED_CHARSETS_ALL 1 -#define __HAVE_LOCALE_INFO__ 1 #if !defined (__STRICT_ANSI__) || (__STDC_VERSION__ >= 199901L) #define __USE_XOPEN2K 1 #endif |