X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=arch%2Farm%2Fbits%2Fsyscall.h;h=eb195c4a90c20c8b8c36d977a4eb9207d7078f26;hp=02569d56fc9fb53e96948cf9a13fd0641e56cc86;hb=213db3e3fa715288dea6a0d317b9c04b609dca7b;hpb=4e8b0938d90793d6e1e200d6b25e6581b72bd4d0 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