[PATCH] _IO_USER_LOCK and libstdc++-v3
Chip Salzenberg
chip@valinux.com
Sun Oct 1 02:25:00 GMT 2000
This fixes a bootstrap failure with libstdc++-v3.
2000-10-01 Chip Salzenberg <chip@valinux.com>
* libio/libio.h (_IO_USER_LOCK): Define.
Index: libstdc++-v3/libio/libio.h
===================================================================
RCS file: /cvs/gcc/egcs/libstdc++-v3/libio/libio.h,v
retrieving revision 1.7
diff -u -2 -p -r1.7 libio.h
--- libio.h 2000/08/24 19:05:22 1.7
+++ libio.h 2000/10/01 09:23:02
@@ -134,4 +134,5 @@
#define _IO_IS_FILEBUF 0x2000
#define _IO_BAD_SEEN 0x4000
+#define _IO_USER_LOCK 0x8000
/* These are "formatting flags" matching the iostream fmtflags enum values. */
--
Chip Salzenberg - a.k.a. - <chip@valinux.com>
"I wanted to play hopscotch with the impenetrable mystery of existence,
but he stepped in a wormhole and had to go in early." // MST3K
More information about the Gcc-bugs
mailing list