diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2003-05-12 11:26:11 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2003-05-12 11:26:11 +0000 |
commit | b47fcdf03dee9b496d37763c6abebcc1e95cbb8c (patch) | |
tree | a5f47e36dcae2a7e7978e29c4cae1393c2080f5c | |
parent | 11e3a52072b7ccc02ddbf518ea70a3d8a0909069 (diff) | |
download | newlib-b47fcdf03dee9b496d37763c6abebcc1e95cbb8c.zip newlib-b47fcdf03dee9b496d37763c6abebcc1e95cbb8c.tar.gz newlib-b47fcdf03dee9b496d37763c6abebcc1e95cbb8c.tar.bz2 |
* libc/include/stdio.h: Change one __CYGWIN__ to __CYGWIN32__.
-rw-r--r-- | newlib/ChangeLog | 4 | ||||
-rw-r--r-- | newlib/libc/include/stdio.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog index f242f9f..3f9b362 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,5 +1,9 @@ 2003-05-12 Corinna Vinschen <corinna@vinschen.de> + * libc/include/stdio.h: Change one __CYGWIN__ to __CYGWIN32__. + +2003-05-12 Corinna Vinschen <corinna@vinschen.de> + * configure.host: Accomodate removing the libc/sys/cygwin dir. * libc/locale/ldpart.c (__part_load_locale): Use 64 bit stat call if __CYGWIN_USE_BIG_TYPES__ is set. diff --git a/newlib/libc/include/stdio.h b/newlib/libc/include/stdio.h index 3531c98..cf9d0c4 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(__CYGWIN__) +#if defined(__CYGWIN__) || defined(__CYGWIN32__) # define __SCLE 0x4000 /* convert line endings CR/LF <-> NL */ #endif #define __SL64 0x8000 /* is 64-bit offset large file */ |