about summary refs log tree commit diff
path: root/arch/powerpc/bits/syscall.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/bits/syscall.h')
-rw-r--r--arch/powerpc/bits/syscall.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/bits/syscall.h b/arch/powerpc/bits/syscall.h
index e02f56f1..eb5295f6 100644
--- a/arch/powerpc/bits/syscall.h
+++ b/arch/powerpc/bits/syscall.h
@@ -368,6 +368,7 @@
 #define __NR_userfaultfd           364
 #define __NR_membarrier            365
 #define __NR_mlock2                378
+#define __NR_copy_file_range       379
 
 /*
  * repeated with SYS prefix
@@ -742,3 +743,4 @@
 #define SYS_userfaultfd           364
 #define SYS_membarrier            365
 #define SYS_mlock2                378
+#define SYS_copy_file_range       379