Chromium Code Reviews| Index: sandbox/linux/services/x86_32_linux_syscalls.h |
| diff --git a/sandbox/linux/services/x86_32_linux_syscalls.h b/sandbox/linux/services/x86_32_linux_syscalls.h |
| index ca8ccbdc6d39989304b8fcb8ce931d2f87ab6f00..22ad29ef5ba128ee48eaa546f72f942f38258be4 100644 |
| --- a/sandbox/linux/services/x86_32_linux_syscalls.h |
| +++ b/sandbox/linux/services/x86_32_linux_syscalls.h |
| @@ -1394,5 +1394,9 @@ |
| #define __NR_kcmp 349 |
| #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 354 |
| +#endif |
| + |
| #endif // SANDBOX_LINUX_SERVICES_X86_32_LINUX_SYSCALLS_H_ |