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 7f66cd3 commit 03590cbCopy full SHA for 03590cb
arch/arm/include/uapi/asm/unistd.h
@@ -417,6 +417,7 @@
417
#define __NR_userfaultfd (__NR_SYSCALL_BASE+388)
418
#define __NR_membarrier (__NR_SYSCALL_BASE+389)
419
#define __NR_mlock2 (__NR_SYSCALL_BASE+390)
420
+#define __NR_copy_file_range (__NR_SYSCALL_BASE+391)
421
422
/*
423
* The following SWIs are ARM private.
arch/arm/kernel/calls.S
@@ -400,6 +400,7 @@
400
CALL(sys_userfaultfd)
401
CALL(sys_membarrier)
402
CALL(sys_mlock2)
403
+ CALL(sys_copy_file_range)
404
#ifndef syscalls_counted
405
.equ syscalls_padding, ((NR_syscalls + 3) & ~3) - NR_syscalls
406
#define syscalls_counted
0 commit comments