diff options
Diffstat (limited to 'newlib/libc/include')
-rw-r--r-- | newlib/libc/include/stdio.h | 2 | ||||
-rw-r--r-- | newlib/libc/include/sys/config.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/newlib/libc/include/stdio.h b/newlib/libc/include/stdio.h index cf9d0c49a..a82cd7639 100644 --- a/newlib/libc/include/stdio.h +++ b/newlib/libc/include/stdio.h @@ -79,7 +79,7 @@ typedef _fpos64_t fpos64_t; #define __SNPT 0x0800 /* do not do fseek() optimisation */ #define __SOFF 0x1000 /* set iff _offset is in fact correct */ #define __SMOD 0x2000 /* true => fgetline modified _p text */ -#if defined(__CYGWIN__) || defined(__CYGWIN32__) +#if defined(__CYGWIN__) # define __SCLE 0x4000 /* convert line endings CR/LF <-> NL */ #endif #define __SL64 0x8000 /* is 64-bit offset large file */ diff --git a/newlib/libc/include/sys/config.h b/newlib/libc/include/sys/config.h index bb04c9b2c..0859392bb 100644 --- a/newlib/libc/include/sys/config.h +++ b/newlib/libc/include/sys/config.h @@ -147,7 +147,7 @@ #define __RAND_MAX 0x7fffffff #endif -#if defined(__CYGWIN32__) || defined(__CYGWIN__) +#if defined(__CYGWIN__) #include <cygwin/config.h> #endif |