Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(346)

Unified Diff: sandbox/linux/services/arm_linux_syscalls.h

Issue 10830348: Add ARM syscalls to syscall sets. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: sandbox/linux/services/arm_linux_syscalls.h
diff --git a/sandbox/linux/services/arm_linux_syscalls.h b/sandbox/linux/services/arm_linux_syscalls.h
index 37a741e3aa64d3c0eb582f23317d1173f3ab4eec..c8221c2e8e808063ce625dc4086e797348375f80 100644
--- a/sandbox/linux/services/arm_linux_syscalls.h
+++ b/sandbox/linux/services/arm_linux_syscalls.h
@@ -24,5 +24,9 @@
#define __NR_process_vm_writev (__NR_SYSCALL_BASE+377)
#endif
+#ifndef __ARM_NR_cmpxchg
+#define __ARM_NR_cmpxchg (__ARM_NR_BASE+0x00fff0)
+#endif
+
#endif // SANDBOX_LINUX_SERVICES_ARM_LINUX_SYSCALLS_H_
« content/common/sandbox_seccomp_bpf_linux.cc ('K') | « content/common/sandbox_seccomp_bpf_linux.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698