Chromium Code Reviews| 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 dd0826e54eb8777a92edf2ec1ca9274ab6950bd5..653562ad4497006a05e3ff252ddf254413b78581 100644 |
| --- a/sandbox/linux/services/arm_linux_syscalls.h |
| +++ b/sandbox/linux/services/arm_linux_syscalls.h |
| @@ -1347,6 +1347,10 @@ |
| #define __NR_process_vm_writev (__NR_SYSCALL_BASE+377) |
| #endif |
|
jln (very slow on Chromium)
2014/08/20 21:34:21
Do you mind adding the other syscalls that we're m
Robert Sesek
2014/08/21 16:50:18
Done.
|
| +#if !defined(__NR_seccomp) |
| +#define __NR_seccomp (__NR_SYSCALL_BASE+383) |
| +#endif |
| + |
| // ARM private syscalls. |
| #if !defined(__ARM_NR_breakpoint) |
| #define __ARM_NR_breakpoint (__ARM_NR_BASE+1) |