From 213db3e3fa715288dea6a0d317b9c04b609dca7b Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Sat, 23 Jun 2012 21:16:44 -0400 Subject: update syscall defs to latest kernel ones patch submitted by Kristian L. --- arch/arm/bits/syscall.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'arch/arm/bits') diff --git a/arch/arm/bits/syscall.h b/arch/arm/bits/syscall.h index 02569d56..eb195c4a 100644 --- a/arch/arm/bits/syscall.h +++ b/arch/arm/bits/syscall.h @@ -374,6 +374,8 @@ static inline long __syscall6(long n, long a, long b, long c, long d, long e, lo #define __NR_syncfs 373 #define __NR_sendmmsg 374 #define __NR_setns 375 +#define __NR_process_vm_readv 376 +#define __NR_process_vm_writev 377 /* fixup legacy 16-bit junk */ #undef __NR_lchown @@ -781,6 +783,8 @@ static inline long __syscall6(long n, long a, long b, long c, long d, long e, lo #define SYS_syncfs 373 #define SYS_sendmmsg 374 #define SYS_setns 375 +#define SYS_process_vm_readv 376 +#define SYS_process_vm_writev 377 /* fixup legacy 16-bit junk */ #undef SYS_lchown -- cgit v1.2.1