···1919 * This may need to be greater than __NR_last_syscall+1 in order to2020 * account for the padding in the syscall table2121 */2222-#define __NR_syscalls (392)2222+#define __NR_syscalls (396)23232424#define __ARCH_WANT_STAT642525#define __ARCH_WANT_SYS_GETHOSTNAME
+2
arch/arm/include/uapi/asm/unistd.h
···418418#define __NR_membarrier (__NR_SYSCALL_BASE+389)419419#define __NR_mlock2 (__NR_SYSCALL_BASE+390)420420#define __NR_copy_file_range (__NR_SYSCALL_BASE+391)421421+#define __NR_preadv2 (__NR_SYSCALL_BASE+392)422422+#define __NR_pwritev2 (__NR_SYSCALL_BASE+393)421423422424/*423425 * The following SWIs are ARM private.