aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2012-10-18 18:50:43 +0000
committerJoseph Myers <joseph@codesourcery.com>2012-10-18 18:50:43 +0000
commitced52c719c2100b3eef082ea737ecb2dbc6a0ebf (patch)
tree28365935b5d2ab36a7629e3c294a088784948409 /sysdeps/unix/sysv/linux
parentb741de23e214763ba4ffcd95829315dd315897ea (diff)
downloadglibc-ced52c719c2100b3eef082ea737ecb2dbc6a0ebf.zip
glibc-ced52c719c2100b3eef082ea737ecb2dbc6a0ebf.tar.gz
glibc-ced52c719c2100b3eef082ea737ecb2dbc6a0ebf.tar.bz2
Remove _G_OPEN64, _G_LSEEK64, _G_MMAP64, _G_FSTAT64 from _G_config.h.
Diffstat (limited to 'sysdeps/unix/sysv/linux')
-rw-r--r--sysdeps/unix/sysv/linux/_G_config.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/sysdeps/unix/sysv/linux/_G_config.h b/sysdeps/unix/sysv/linux/_G_config.h
index ec2e333..abec245 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 <bits/stat.h> if `st_blksize' exists. */
#define _G_HAVE_ST_BLKSIZE defined (_STATBUF_ST_BLKSIZE)