libio.h (_IO_USER_LOCK): Define.
2000-10-18 Chip Salzenberg <chip@valinux.com> * libio/libio.h (_IO_USER_LOCK): Define. From-SVN: r36944
This commit is contained in:
parent
697649eab1
commit
b0166fda45
2 changed files with 5 additions and 0 deletions
|
@ -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>
|
2000-10-18 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
|
||||||
|
|
||||||
* libsupc++/Makefile.am (exception): Change exception.cc to
|
* libsupc++/Makefile.am (exception): Change exception.cc to
|
||||||
|
|
|
@ -133,6 +133,7 @@
|
||||||
#define _IO_IS_APPENDING 0x1000
|
#define _IO_IS_APPENDING 0x1000
|
||||||
#define _IO_IS_FILEBUF 0x2000
|
#define _IO_IS_FILEBUF 0x2000
|
||||||
#define _IO_BAD_SEEN 0x4000
|
#define _IO_BAD_SEEN 0x4000
|
||||||
|
#define _IO_USER_LOCK 0x8000
|
||||||
|
|
||||||
/* These are "formatting flags" matching the iostream fmtflags enum values. */
|
/* These are "formatting flags" matching the iostream fmtflags enum values. */
|
||||||
#define _IO_SKIPWS 01
|
#define _IO_SKIPWS 01
|
||||||
|
|
Loading…
Add table
Reference in a new issue