We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa62488 commit 3358999Copy full SHA for 3358999
arch/s390/include/uapi/asm/unistd.h
@@ -311,7 +311,9 @@
311
#define __NR_shutdown 373
312
#define __NR_mlock2 374
313
#define __NR_copy_file_range 375
314
-#define NR_syscalls 376
+#define __NR_preadv2 376
315
+#define __NR_pwritev2 377
316
+#define NR_syscalls 378
317
318
/*
319
* There are some system calls that are not present on 64 bit, some
arch/s390/kernel/syscalls.S
@@ -384,3 +384,5 @@ SYSCALL(sys_recvmsg,compat_sys_recvmsg)
384
SYSCALL(sys_shutdown,sys_shutdown)
385
SYSCALL(sys_mlock2,compat_sys_mlock2)
386
SYSCALL(sys_copy_file_range,compat_sys_copy_file_range) /* 375 */
387
+SYSCALL(sys_preadv2,compat_sys_preadv2)
388
+SYSCALL(sys_pwritev2,compat_sys_pwritev2)
0 commit comments