Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3358999a authored by Heiko Carstens's avatar Heiko Carstens Committed by Martin Schwidefsky
Browse files

s390: wire up preadv2/pwritev2 syscalls

parent aa624886
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -311,7 +311,9 @@
#define __NR_shutdown		373
#define __NR_mlock2		374
#define __NR_copy_file_range	375
#define NR_syscalls 376
#define __NR_preadv2		376
#define __NR_pwritev2		377
#define NR_syscalls 378

/* 
 * There are some system calls that are not present on 64 bit, some
+2 −0
Original line number Diff line number Diff line
@@ -384,3 +384,5 @@ SYSCALL(sys_recvmsg,compat_sys_recvmsg)
SYSCALL(sys_shutdown,sys_shutdown)
SYSCALL(sys_mlock2,compat_sys_mlock2)
SYSCALL(sys_copy_file_range,compat_sys_copy_file_range) /* 375 */
SYSCALL(sys_preadv2,compat_sys_preadv2)
SYSCALL(sys_pwritev2,compat_sys_pwritev2)