mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
Remove _G_off64_t and _G_stat64 from _G_config.h.
This commit is contained in:
@ -96,7 +96,7 @@ _IO_file_doallocate (fp)
|
||||
{
|
||||
_IO_size_t size;
|
||||
char *p;
|
||||
struct _G_stat64 st;
|
||||
struct stat64 st;
|
||||
|
||||
#ifndef _LIBC
|
||||
/* If _IO_cleanup_registration_needed is non-zero, we should call the
|
||||
|
Reference in New Issue
Block a user