From: Ulrich Drepper Date: Mon, 7 Jan 2002 09:18:53 +0000 (+0000) Subject: Define _G_MMAP64. X-Git-Tag: glibc-2.16-ports-before-merge~1764 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3c2105f0b07f490cd67d482c3b1bc442d8c8fab3;p=thirdparty%2Fglibc.git Define _G_MMAP64. --- diff --git a/sysdeps/unix/sysv/linux/cris/_G_config.h b/sysdeps/unix/sysv/linux/cris/_G_config.h index 42fef4d288f..083a00abfb3 100644 --- a/sysdeps/unix/sysv/linux/cris/_G_config.h +++ b/sysdeps/unix/sysv/linux/cris/_G_config.h @@ -81,6 +81,7 @@ typedef unsigned int _G_uint32_t __attribute__ ((__mode__ (__SI__))); #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. */