We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98e8b6c commit b4f09aeCopy full SHA for b4f09ae
2 files changed
arch/parisc/include/uapi/asm/unistd.h
@@ -361,8 +361,9 @@
361
#define __NR_membarrier (__NR_Linux + 343)
362
#define __NR_userfaultfd (__NR_Linux + 344)
363
#define __NR_mlock2 (__NR_Linux + 345)
364
+#define __NR_copy_file_range (__NR_Linux + 346)
365
-#define __NR_Linux_syscalls (__NR_mlock2 + 1)
366
+#define __NR_Linux_syscalls (__NR_copy_file_range + 1)
367
368
369
#define __IGNORE_select /* newselect */
arch/parisc/kernel/syscall_table.S
@@ -441,6 +441,7 @@
441
ENTRY_SAME(membarrier)
442
ENTRY_SAME(userfaultfd)
443
ENTRY_SAME(mlock2) /* 345 */
444
+ ENTRY_SAME(copy_file_range)
445
446
447
.ifne (. - 90b) - (__NR_Linux_syscalls * (91b - 90b))
0 commit comments