summaryrefslogtreecommitdiffstats
path: root/libio/streambuf.h
diff options
context:
space:
mode:
authoroliva <oliva@138bc75d-0d04-0410-961f-82ee72b054a4>1999-08-09 00:07:09 +0000
committeroliva <oliva@138bc75d-0d04-0410-961f-82ee72b054a4>1999-08-09 00:07:09 +0000
commit590b7ecf905bd71fa513dbe0132fdfc1bf4f472e (patch)
treee5b39dc14d5dc9e2a2201a15d9ab5456adedd056 /libio/streambuf.h
parent4ffcbe0a370227aca87a1090403dff6bb9a6fc88 (diff)
downloadppe42-gcc-590b7ecf905bd71fa513dbe0132fdfc1bf4f472e.tar.gz
ppe42-gcc-590b7ecf905bd71fa513dbe0132fdfc1bf4f472e.zip
* streambuf.h (ios::streamsize): Declare as _IO_ssize_t, as in the
global scope. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28604 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libio/streambuf.h')
-rw-r--r--libio/streambuf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libio/streambuf.h b/libio/streambuf.h
index d472cbece2c..8785d96c694 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,
OpenPOWER on IntegriCloud