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 /sysdeps/unix | |
parent | 57e605ba50a42e1e5adc0f020f3752e80f117c10 (diff) | |
download | glibc-c8450f70fa7e68519d015ba9497f59645ba7ed3a.tar glibc-c8450f70fa7e68519d015ba9497f59645ba7ed3a.tar.gz glibc-c8450f70fa7e68519d015ba9497f59645ba7ed3a.tar.bz2 glibc-c8450f70fa7e68519d015ba9497f59645ba7ed3a.zip |
Remove _G_off64_t and _G_stat64 from _G_config.h.
Diffstat (limited to 'sysdeps/unix')
-rw-r--r-- | sysdeps/unix/sysv/linux/_G_config.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/_G_config.h b/sysdeps/unix/sysv/linux/_G_config.h index 4d3ae36c4d..ec2e33317d 100644 --- a/sysdeps/unix/sysv/linux/_G_config.h +++ b/sysdeps/unix/sysv/linux/_G_config.h @@ -28,8 +28,6 @@ typedef struct __off64_t __pos; __mbstate_t __state; } _G_fpos64_t; -#define _G_off64_t __off64_t -#define _G_stat64 stat64 #if defined _LIBC || defined _GLIBCPP_USE_WCHAR_T # include <gconv.h> typedef union |