aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpetarj <petarj@mips.com>2015-08-29 01:27:46 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-08-29 01:27:46 +0000
commit8df20a458005fd50319308aedbdd4de7684fa376 (patch)
tree9f0a9ef21a887d644b8146a5d99ece6c6854568e
parente5104dad76eb94909a6e4a53470a0b3d818bd414 (diff)
parenta650a097596e377fc01edcaa0d610af1db0b1576 (diff)
downloadgoogle-breakpad-8df20a458005fd50319308aedbdd4de7684fa376.tar.gz
am a650a097: am b32ca867: Add support for sys_mmap MIPS64 N64
* commit 'a650a097596e377fc01edcaa0d610af1db0b1576': Add support for sys_mmap MIPS64 N64
-rw-r--r--src/third_party/lss/linux_syscall_support.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/third_party/lss/linux_syscall_support.h b/src/third_party/lss/linux_syscall_support.h
index b07342e1..f7c013d9 100644
--- a/src/third_party/lss/linux_syscall_support.h
+++ b/src/third_party/lss/linux_syscall_support.h
@@ -3881,6 +3881,8 @@ struct kernel_statfs {
loff_t, o)
LSS_INLINE _syscall3(int, readahead, int, f,
loff_t, o, unsigned, c)
+ LSS_INLINE _syscall6(void *, mmap, void *, addr, size_t, length, int, prot,
+ int, flags, int, fd, int64_t, offset)
#else
#define __NR__pread64 __NR_pread64
#define __NR__pwrite64 __NR_pwrite64