diff options
author | Chip Salzenberg <chip@valinux.com> | 2000-10-18 23:29:30 +0000 |
---|---|---|
committer | Benjamin Kosnik <bkoz@gcc.gnu.org> | 2000-10-18 23:29:30 +0000 |
commit | b0166fda4546d30a415a7d5507fefa81d8daa807 (patch) | |
tree | faa59fe407075b6111589e29db5dc53813b1dfc1 /libstdc++-v3 | |
parent | 697649eab16dbbddab8411ae4172072513d614a4 (diff) | |
download | gcc-b0166fda4546d30a415a7d5507fefa81d8daa807.tar.gz |
libio.h (_IO_USER_LOCK): Define.
2000-10-18 Chip Salzenberg <chip@valinux.com>
* libio/libio.h (_IO_USER_LOCK): Define.
From-SVN: r36944
Diffstat (limited to 'libstdc++-v3')
-rw-r--r-- | libstdc++-v3/ChangeLog | 4 | ||||
-rw-r--r-- | libstdc++-v3/libio/libio.h | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 4080d236403..f873bfa33d1 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -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 diff --git a/libstdc++-v3/libio/libio.h b/libstdc++-v3/libio/libio.h index d26a5e59798..e662f489187 100644 --- a/libstdc++-v3/libio/libio.h +++ b/libstdc++-v3/libio/libio.h @@ -133,6 +133,7 @@ #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 |