From c8450f70fa7e68519d015ba9497f59645ba7ed3a Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Tue, 9 Oct 2012 15:09:32 +0000 Subject: Remove _G_off64_t and _G_stat64 from _G_config.h. --- libio/filedoalloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libio/filedoalloc.c') diff --git a/libio/filedoalloc.c b/libio/filedoalloc.c index b7733c7..c9b0f01 100644 --- a/libio/filedoalloc.c +++ b/libio/filedoalloc.c @@ -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 -- cgit v1.1