afcc0cccda
This adds mmap64() to bionic so that it is possible to have large offset passed to kernel. However, the syscall mechanism only passes 32-bit number to kernel. So effectively, the largest offset that can be passed is about 43 bits (since offset is signed, and the number passed to kernel is number of pages (page size == 4K => 12 bits)). Change-Id: Ib54f4e9b54acb6ef8b0324f3b89c9bc810b07281 Signed-off-by: Andrew Boie <andrew.p.boie@intel.com> |
||
---|---|---|
.. | ||
android | ||
arpa | ||
net | ||
netinet | ||
netpacket | ||
sys | ||
alloca.h | ||
ar.h | ||
assert.h | ||
byteswap.h | ||
ctype.h | ||
dirent.h | ||
dlfcn.h | ||
elf.h | ||
endian.h | ||
err.h | ||
errno.h | ||
fcntl.h | ||
features.h | ||
fnmatch.h | ||
fts.h | ||
ftw.h | ||
getopt.h | ||
grp.h | ||
inttypes.h | ||
lastlog.h | ||
libgen.h | ||
limits.h | ||
link.h | ||
locale.h | ||
malloc.h | ||
memory.h | ||
mntent.h | ||
netdb.h | ||
nsswitch.h | ||
pathconf.h | ||
paths.h | ||
poll.h | ||
pthread.h | ||
pwd.h | ||
regex.h | ||
resolv.h | ||
sched.h | ||
search.h | ||
semaphore.h | ||
setjmp.h | ||
sgtty.h | ||
sha1.h | ||
signal.h | ||
stdint.h | ||
stdio.h | ||
stdlib.h | ||
string.h | ||
strings.h | ||
syslog.h | ||
termio.h | ||
termios.h | ||
time.h | ||
time64.h | ||
unistd.h | ||
util.h | ||
utime.h | ||
utmp.h | ||
wchar.h | ||
wctype.h |