aboutsummaryrefslogtreecommitdiff
path: root/libio/streambuf.h
diff options
context:
space:
mode:
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,