From ced52c719c2100b3eef082ea737ecb2dbc6a0ebf Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Thu, 18 Oct 2012 18:50:43 +0000 Subject: Remove _G_OPEN64, _G_LSEEK64, _G_MMAP64, _G_FSTAT64 from _G_config.h. --- sysdeps/generic/_G_config.h | 5 ----- sysdeps/unix/sysv/linux/_G_config.h | 5 ----- 2 files changed, 10 deletions(-) (limited to 'sysdeps') diff --git a/sysdeps/generic/_G_config.h b/sysdeps/generic/_G_config.h index e4f2767313..f44a3d4eee 100644 --- a/sysdeps/generic/_G_config.h +++ b/sysdeps/generic/_G_config.h @@ -49,11 +49,6 @@ typedef union #define _G_IO_IO_FILE_VERSION 0x20001 -#define _G_OPEN64 __open64 -#define _G_LSEEK64 __lseek64 -#define _G_MMAP64 __mmap64 -#define _G_FSTAT64(fd,buf) __fxstat64 (_STAT_VER, fd, buf) - /* This is defined by if `st_blksize' exists. */ #define _G_HAVE_ST_BLKSIZE defined (_STATBUF_ST_BLKSIZE) diff --git a/sysdeps/unix/sysv/linux/_G_config.h b/sysdeps/unix/sysv/linux/_G_config.h index ec2e33317d..abec245606 100644 --- a/sysdeps/unix/sysv/linux/_G_config.h +++ b/sysdeps/unix/sysv/linux/_G_config.h @@ -50,11 +50,6 @@ typedef union #define _G_IO_IO_FILE_VERSION 0x20001 -#define _G_OPEN64 __open64 -#define _G_LSEEK64 __lseek64 -#define _G_MMAP64 __mmap64 -#define _G_FSTAT64(fd,buf) __fxstat64 (_STAT_VER, fd, buf) - /* This is defined by if `st_blksize' exists. */ #define _G_HAVE_ST_BLKSIZE defined (_STATBUF_ST_BLKSIZE) -- cgit v1.2.3-70-g09d2