Commit 78832a88 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven

m68k: Wire up copy_file_range

Signed-off-by: default avatarGeert Uytterhoeven <geert@linux-m68k.org>
Acked-by: default avatarGreg Ungerer <gerg@uclinux.org>
parent 92e963f5
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
#include <uapi/asm/unistd.h> #include <uapi/asm/unistd.h>
#define NR_syscalls 376 #define NR_syscalls 377
#define __ARCH_WANT_OLD_READDIR #define __ARCH_WANT_OLD_READDIR
#define __ARCH_WANT_OLD_STAT #define __ARCH_WANT_OLD_STAT
......
...@@ -381,5 +381,6 @@ ...@@ -381,5 +381,6 @@
#define __NR_userfaultfd 373 #define __NR_userfaultfd 373
#define __NR_membarrier 374 #define __NR_membarrier 374
#define __NR_mlock2 375 #define __NR_mlock2 375
#define __NR_copy_file_range 376
#endif /* _UAPI_ASM_M68K_UNISTD_H_ */ #endif /* _UAPI_ASM_M68K_UNISTD_H_ */
...@@ -396,3 +396,4 @@ ENTRY(sys_call_table) ...@@ -396,3 +396,4 @@ ENTRY(sys_call_table)
.long sys_userfaultfd .long sys_userfaultfd
.long sys_membarrier .long sys_membarrier
.long sys_mlock2 /* 375 */ .long sys_mlock2 /* 375 */
.long sys_copy_file_range
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment