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

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

Issue 494743003: sandbox: Add support for the new seccomp() system call in kernel 3.17. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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/mips_linux_syscalls.h
diff --git a/sandbox/linux/services/mips_linux_syscalls.h b/sandbox/linux/services/mips_linux_syscalls.h
index ef609f7799141f26b8f74aac3d7a08dbbe7c9c18..57470fdd076f3203250b560399382d89c6ec3e72 100644
--- a/sandbox/linux/services/mips_linux_syscalls.h
+++ b/sandbox/linux/services/mips_linux_syscalls.h
@@ -1409,4 +1409,8 @@
#define __NR_finit_module (__NR_Linux + 348)
#endif
jln (very slow on Chromium) 2014/08/20 21:34:21 Same remark: please fill or document hole.
Robert Sesek 2014/08/21 16:50:18 Done.
+#if !defined(__NR_seccomp)
+#define __NR_seccomp (__NR_Linux + 352)
+#endif
+
#endif // SANDBOX_LINUX_SERVICES_MIPS_LINUX_SYSCALLS_H_

Powered by Google App Engine
This is Rietveld 408576698