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

Commit cc79f00f authored by Miklos Szeredi's avatar Miklos Szeredi
Browse files

m68k: add renameat2 syscall

parent 60b5f90d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
#include <uapi/asm/unistd.h>


#define NR_syscalls		351
#define NR_syscalls		352

#define __ARCH_WANT_OLD_READDIR
#define __ARCH_WANT_OLD_STAT
+1 −0
Original line number Diff line number Diff line
@@ -356,5 +356,6 @@
#define __NR_finit_module	348
#define __NR_sched_setattr	349
#define __NR_sched_getattr	350
#define __NR_renameat2		351

#endif /* _UAPI_ASM_M68K_UNISTD_H_ */
+1 −0
Original line number Diff line number Diff line
@@ -371,4 +371,5 @@ ENTRY(sys_call_table)
	.long sys_finit_module
	.long sys_sched_setattr
	.long sys_sched_getattr		/* 350 */
	.long sys_renameat2