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

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

Issue 260793003: [MIPS] Add seccomp bpf support (Closed) Base URL: https://git.chromium.org/git/chromium/src.git@master
Patch Set: Update per code review Created 6 years, 5 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
« no previous file with comments | « sandbox/linux/services/android_ucontext.h ('k') | sandbox/linux/services/mips_linux_syscalls.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sandbox/linux/services/linux_syscalls.h
diff --git a/sandbox/linux/services/linux_syscalls.h b/sandbox/linux/services/linux_syscalls.h
index 77c1be8b82a0fe4aca308ca40547ebf7a008d24a..65005ceca8acec5ea05bfc66916d00bf45f40a21 100644
--- a/sandbox/linux/services/linux_syscalls.h
+++ b/sandbox/linux/services/linux_syscalls.h
@@ -21,5 +21,9 @@
#include "sandbox/linux/services/arm_linux_syscalls.h"
#endif
+#if defined(__mips__)
+#include "sandbox/linux/services/mips_linux_syscalls.h"
+#endif
+
#endif // SANDBOX_LINUX_SERVICES_LINUX_SYSCALLS_H_
« no previous file with comments | « sandbox/linux/services/android_ucontext.h ('k') | sandbox/linux/services/mips_linux_syscalls.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698