diff options
Diffstat (limited to 'arch/mips')
-rw-r--r-- | arch/mips/bits/syscall.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/bits/syscall.h b/arch/mips/bits/syscall.h index 340c5873..40ca6ba1 100644 --- a/arch/mips/bits/syscall.h +++ b/arch/mips/bits/syscall.h @@ -357,6 +357,7 @@ #define __NR_userfaultfd 4357 #define __NR_membarrier 4358 #define __NR_mlock2 4359 +#define __NR_copy_file_range 4360 /* Repeated with SYS_ prefix */ @@ -719,3 +720,4 @@ #define SYS_userfaultfd 4357 #define SYS_membarrier 4358 #define SYS_mlock2 4359 +#define SYS_copy_file_range 4360 |