From: Alexandre Oliva Date: Mon, 9 Aug 1999 00:07:01 +0000 (+0000) Subject: streambuf.h (ios::streamsize): Declare as _IO_ssize_t, as in the global scope. X-Git-Tag: releases/gcc-2.95.1~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=baeab0af95dfca25595a4633fdf2558c3de7fe4c;p=thirdparty%2Fgcc.git 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: r28602 --- diff --git a/libio/ChangeLog b/libio/ChangeLog index 9379e09b69e1..5aaa229add7f 100644 --- a/libio/ChangeLog +++ b/libio/ChangeLog @@ -1,3 +1,8 @@ +1999-08-08 Alexandre Oliva + + * streambuf.h (ios::streamsize): Declare as _IO_ssize_t, as in the + global scope. + 1999-08-07 Andreas Schwab * iostream.cc: Add missing calls to isfx and setup a cleanup diff --git a/libio/streambuf.h b/libio/streambuf.h index d472cbece2c6..8785d96c694e 100644 --- a/libio/streambuf.h +++ b/libio/streambuf.h @@ -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,