1
0
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:
Joseph Myers
2012-10-09 15:09:32 +00:00
parent 57e605ba50
commit c8450f70fa
8 changed files with 26 additions and 12 deletions

View File

@ -37,7 +37,7 @@
#define _IO_size_t size_t
#define _IO_ssize_t __ssize_t
#define _IO_off_t __off_t
#define _IO_off64_t _G_off64_t
#define _IO_off64_t __off64_t
#define _IO_pid_t __pid_t
#define _IO_uid_t __uid_t
#define _IO_iconv_t _G_iconv_t