Commit aee941f2 by Alexandre Oliva Committed by Alexandre Oliva

streambuf.h (ios::streamsize): Declare as _IO_ssize_t, as in the global scope.

* streambuf.h (ios::streamsize): Declare as _IO_ssize_t, as in the
global scope.

From-SVN: r28604
parent 248c0b69
1999-08-08 Alexandre Oliva <oliva@dcc.unicamp.br>
* streambuf.h (ios::streamsize): Declare as _IO_ssize_t, as in the
global scope.
1999-08-07 Andreas Schwab <schwab@suse.de>
* iostream.cc: Add missing calls to isfx and setup a cleanup
......
......@@ -130,7 +130,7 @@ class ios : public _ios_fields {
typedef __fmtflags fmtflags;
typedef int iostate;
typedef int openmode;
typedef int streamsize;
typedef _IO_ssize_t streamsize;
enum io_state {
goodbit = _IOS_GOOD,
eofbit = _IOS_EOF,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment