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/unix/sysv/linux/_G_config.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'sysdeps/unix') 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 1.4.1