diff options
author | Joseph Myers <joseph@codesourcery.com> | 2012-10-09 15:09:32 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-10-09 15:09:32 +0000 |
commit | c8450f70fa7e68519d015ba9497f59645ba7ed3a (patch) | |
tree | 22154e54436a495c3e05d7887c7e137d711e83ec /libio/filedoalloc.c | |
parent | 57e605ba50a42e1e5adc0f020f3752e80f117c10 (diff) | |
download | glibc-c8450f70fa7e68519d015ba9497f59645ba7ed3a.tar.gz glibc-c8450f70fa7e68519d015ba9497f59645ba7ed3a.tar.xz glibc-c8450f70fa7e68519d015ba9497f59645ba7ed3a.zip |
Remove _G_off64_t and _G_stat64 from _G_config.h.
Diffstat (limited to 'libio/filedoalloc.c')
-rw-r--r-- | libio/filedoalloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libio/filedoalloc.c b/libio/filedoalloc.c index b7733c7f88..c9b0f01722 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 |