Chromium Code Reviews| Index: sandbox/linux/system_headers/arm_linux_syscalls.h |
| diff --git a/sandbox/linux/system_headers/arm_linux_syscalls.h b/sandbox/linux/system_headers/arm_linux_syscalls.h |
| index 1addd53843c957a09bb55381e70ab3df835e9029..ad8f59695a1f8f43d0b4941f78b643dce35dc6e9 100644 |
| --- a/sandbox/linux/system_headers/arm_linux_syscalls.h |
| +++ b/sandbox/linux/system_headers/arm_linux_syscalls.h |
| @@ -241,6 +241,10 @@ |
| #define __NR_setrlimit (__NR_SYSCALL_BASE+75) |
| #endif |
| +#if !defined(__NR_getrlimit) |
| +#define __NR_getrlimit (__NR_SYSCALL_BASE+76) |
|
Sam Clegg
2015/12/02 00:42:56
This is defined and then undefined in debian_wheez
|
| +#endif |
| + |
| #if !defined(__NR_getrusage) |
| #define __NR_getrusage (__NR_SYSCALL_BASE+77) |
| #endif |