[PATCH] libc/include/stdio.h
Corinna Vinschen
vinschen@redhat.com
Mon May 12 12:47:00 GMT 2003
Checked in as obvious.
Corinna
2003-05-12 Corinna Vinschen <corinna@vinschen.de>
* libc/include/stdio.h: Change one __CYGWIN__ to __CYGWIN32__.
Index: libc/include/stdio.h
===================================================================
RCS file: /cvs/src/src/newlib/libc/include/stdio.h,v
retrieving revision 1.21
diff -p -u -r1.21 stdio.h
--- libc/include/stdio.h 14 Mar 2003 18:39:05 -0000 1.21
+++ libc/include/stdio.h 12 May 2003 11:23:28 -0000
@@ -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 */
--
Corinna Vinschen
Cygwin Developer
Red Hat, Inc.
mailto:vinschen@redhat.com
More information about the Newlib
mailing list