OSDN Git Service

AArch64: Fix mmap64() definition for AArch64, X86_64
authorSerban Constantinescu <serban.constantinescu@arm.com>
Thu, 12 Dec 2013 09:36:27 +0000 (09:36 +0000)
committerElliott Hughes <enh@google.com>
Thu, 12 Dec 2013 18:41:52 +0000 (10:41 -0800)
commited76a9361cffe6840b05d0ddfe71892bb25ab42e
tree8b8ebedea88bd0de9f6523691b6141f8716ce172
parent7bd0815371c9bd803ee4ca0981b911b99efd2454
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>
libc/SYSCALLS.TXT
libc/arch-aarch64/syscalls/mmap.S
libc/arch-x86_64/syscalls/mmap.S