]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
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:01 +0000 (00:07 +0000)
committerAlexandre Oliva <oliva@gcc.gnu.org>
Mon, 9 Aug 1999 00:07:01 +0000 (00:07 +0000)
* streambuf.h (ios::streamsize): Declare as _IO_ssize_t, as in the
global scope.

From-SVN: r28602

libio/ChangeLog
libio/streambuf.h

index 9379e09b69e1b9878ee1e8d19afb41b9e8ae8ba2..5aaa229add7f3127ed7ac10f8f567ae5765019bf 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,