| 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 bfd5342ccab812bd46f0fd692227ac7e24fbb608..1addd53843c957a09bb55381e70ab3df835e9029 100644
|
| --- a/sandbox/linux/system_headers/arm_linux_syscalls.h
|
| +++ b/sandbox/linux/system_headers/arm_linux_syscalls.h
|
| @@ -1205,6 +1205,10 @@
|
| #define __NR_arm_sync_file_range (__NR_SYSCALL_BASE+341)
|
| #endif
|
|
|
| +#if !defined(__NR_sync_file_range2)
|
| +#define __NR_sync_file_range2 (__NR_SYSCALL_BASE+341)
|
| +#endif
|
| +
|
| #if !defined(__NR_tee)
|
| #define __NR_tee (__NR_SYSCALL_BASE+342)
|
| #endif
|
|
|