Go to file
Serban Constantinescu ed76a9361c AArch64: Fix mmap64() definition for AArch64, X86_64
For 64bit Architectures mmap() is equivalent to mmap64(). This patch
maps mmap64() to mmap() in a similar way to other syscalls that differ
based on the size of off_t and off64_t

Change-Id: If21b21ef71120bad23d9a608d02d4a7de5220a87
Signed-off-by: Serban Constantinescu <serban.constantinescu@arm.com>
2013-12-12 10:41:52 -08:00
benchmarks bionic: move benchmarks out of tests directory 2013-12-10 18:24:30 -08:00
libc AArch64: Fix mmap64() definition for AArch64, X86_64 2013-12-12 10:41:52 -08:00
libdl x86_64: Update Makefiles for x86_64 targets and add symlinks 2013-10-01 15:36:08 -07:00
libm Switch to upstream sleep(3) and usleep(3). 2013-11-20 16:24:16 -08:00
libstdc++ Fix x86_64 build, clean up intermediate libraries. 2013-10-09 16:00:17 -07:00
libthread_db Clean up linker architecture macros. 2013-10-28 11:02:49 -07:00
linker Fix linker crashes during unknown symbol lookup 2013-10-31 15:06:20 -07:00
tests Merge "bionic: move benchmarks out of tests directory" 2013-12-11 19:05:25 +00:00
.gitignore
ABI-bugs.txt Regenerate NOTICE files. 2013-03-07 11:51:10 -08:00
Android.mk
CleanSpec.mk