diff options
Diffstat (limited to 'libio/wfileops.c')
-rw-r--r-- | libio/wfileops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libio/wfileops.c b/libio/wfileops.c index 1087e8df8d..44b1236c01 100644 --- a/libio/wfileops.c +++ b/libio/wfileops.c @@ -787,7 +787,7 @@ _IO_wfile_seekoff (fp, offset, dir, mode) break; case _IO_seek_end: { - struct _G_stat64 st; + struct stat64 st; if (_IO_SYSSTAT (fp, &st) == 0 && S_ISREG (st.st_mode)) { offset += st.st_size; |