streambuf.h (ios::streamsize): Declare as _IO_ssize_t, as in the global scope.
authorAlexandre Oliva <oliva@dcc.unicamp.br>
Mon, 9 Aug 1999 00:07:09 +0000 (00:07 +0000)
committerAlexandre Oliva <oliva@gcc.gnu.org>
Mon, 9 Aug 1999 00:07:09 +0000 (00:07 +0000)
* streambuf.h (ios::streamsize): Declare as _IO_ssize_t, as in the
global scope.

From-SVN: r28604

libio/ChangeLog
libio/streambuf.h

index 36150ed49ead5b8b88015db1ea5ba2ea979789ad..3342feb13fa66977f5c011ecb6b5cbf1d88d5697 100644 (file)
@@ -1,3 +1,8 @@
+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
index d472cbece2c6abc7cf320b5115d7c1822323d1eb..8785d96c694e8ab0c9fa821edaf15b8ff85a00b5 100644 (file)
@@ -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,