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

Unified Diff: content/common/sandbox_seccomp_bpf_linux.cc

Issue 10837316: Add full ARM syscall list. (Closed) Base URL: http://git.chromium.org/chromium/src.git@seccomp-bpf-arm-sets
Patch Set: Add ARM EABI define guards. 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: content/common/sandbox_seccomp_bpf_linux.cc
diff --git a/content/common/sandbox_seccomp_bpf_linux.cc b/content/common/sandbox_seccomp_bpf_linux.cc
index 8baecb8d52bcf8d82f856cbbcfd6642751dc12df..701947c47db69ad0f57bea2942b7a3e65ce36702 100644
--- a/content/common/sandbox_seccomp_bpf_linux.cc
+++ b/content/common/sandbox_seccomp_bpf_linux.cc
@@ -32,13 +32,7 @@
#if defined(SECCOMP_BPF_SANDBOX)
#include "sandbox/linux/seccomp-bpf/sandbox_bpf.h"
-
-#if defined(__i386__) || defined(__x86_64__)
-#include "sandbox/linux/services/x86_linux_syscalls.h"
-#elif defined(__arm__)
-// This file doesn't yet list all syscalls.
-#include "sandbox/linux/services/arm_linux_syscalls.h"
-#endif
+#include "sandbox/linux/services/linux_syscalls.h"
namespace {
« no previous file with comments | « no previous file | sandbox/linux/services/arm_linux_syscalls.h » ('j') | sandbox/linux/services/arm_linux_syscalls.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698