mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-28 00:21:52 +03:00
Remove _G_off64_t and _G_stat64 from _G_config.h.
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user