Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

m68k: Wire up copy_file_range

parent 92e963f5
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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
+1 −0
Original line number Original line Diff line number Diff line
@@ -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_ */
+1 −0
Original line number Original line Diff line number Diff line
@@ -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