summaryrefslogtreecommitdiffstats
path: root/contrib/libio/streambuf.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/libio/streambuf.h')
-rw-r--r--contrib/libio/streambuf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/libio/streambuf.h b/contrib/libio/streambuf.h
index 8785d96..193c499 100644
--- a/contrib/libio/streambuf.h
+++ b/contrib/libio/streambuf.h
@@ -72,10 +72,10 @@ class ostream; class streambuf;
#if defined(_G_IO_IO_FILE_VERSION) && _G_IO_IO_FILE_VERSION == 0x20001
typedef _IO_off64_t streamoff;
-typedef _IO_fpos64_t streampos;
+typedef _IO_off64_t streampos;
#else
typedef _IO_off_t streamoff;
-typedef _IO_fpos_t streampos;
+typedef _IO_off_t streampos;
#endif
typedef _IO_ssize_t streamsize;
OpenPOWER on IntegriCloud