libio.h (_IO_USER_LOCK): Define.
authorChip Salzenberg <chip@valinux.com>
Wed, 18 Oct 2000 23:29:30 +0000 (23:29 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Wed, 18 Oct 2000 23:29:30 +0000 (23:29 +0000)
2000-10-18  Chip Salzenberg  <chip@valinux.com>

        * libio/libio.h (_IO_USER_LOCK): Define.

From-SVN: r36944

libstdc++-v3/ChangeLog
libstdc++-v3/libio/libio.h

index 4080d236403e0b2884a50fd1ff425dd2ba671636..f873bfa33d13afa301dcf5358df4bdba9cae41b0 100644 (file)
@@ -1,3 +1,7 @@
+2000-10-18  Chip Salzenberg  <chip@valinux.com>
+
+        * libio/libio.h (_IO_USER_LOCK): Define.
+
 2000-10-18   Benjamin Kosnik  <bkoz@purist.soma.redhat.com>
 
        * libsupc++/Makefile.am (exception): Change exception.cc to
index d26a5e597988fd76c3160d8a0c3c535777e72349..e662f489187e8f3f259dc869a6c94f0f114a538e 100644 (file)
 #define _IO_IS_APPENDING 0x1000
 #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. */
 #define _IO_SKIPWS 01