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. --- sysdeps/generic/_G_config.h | 2 -- sysdeps/unix/sysv/linux/_G_config.h | 2 -- 2 files changed, 4 deletions(-) (limited to 'sysdeps') diff --git a/sysdeps/generic/_G_config.h b/sysdeps/generic/_G_config.h index b3a7db72ab..e4f2767313 100644 --- a/sysdeps/generic/_G_config.h +++ b/sysdeps/generic/_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 typedef union 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 typedef union -- cgit 1.4.1