Define _G_MMAP64.

This commit is contained in:
Ulrich Drepper 2002-01-07 09:18:53 +00:00
parent ca439e9a54
commit 3c2105f0b0

View File

@ -81,6 +81,7 @@ typedef unsigned int _G_uint32_t __attribute__ ((__mode__ (__SI__)));
#define _G_OPEN64 __open64 #define _G_OPEN64 __open64
#define _G_LSEEK64 __lseek64 #define _G_LSEEK64 __lseek64
#define _G_MMAP64 __mmap64
#define _G_FSTAT64(fd,buf) __fxstat64 (_STAT_VER, fd, buf) #define _G_FSTAT64(fd,buf) __fxstat64 (_STAT_VER, fd, buf)
/* This is defined by <bits/stat.h> if `st_blksize' exists. */ /* This is defined by <bits/stat.h> if `st_blksize' exists. */