commit | ed76a9361cffe6840b05d0ddfe71892bb25ab42e | [log] [tgz] |
---|---|---|
author | Serban Constantinescu <serban.constantinescu@arm.com> | Thu Dec 12 09:36:27 2013 +0000 |
committer | Elliott Hughes <enh@google.com> | Thu Dec 12 10:41:52 2013 -0800 |
tree | 8b8ebedea88bd0de9f6523691b6141f8716ce172 | |
parent | 7bd0815371c9bd803ee4ca0981b911b99efd2454 [diff] |
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>