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

Commit 8212f58a authored by Benjamin Herrenschmidt's avatar Benjamin Herrenschmidt
Browse files

powerpc: Wire renameat2() syscall

parent 011e4b02
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -361,3 +361,4 @@ SYSCALL(finit_module)
SYSCALL(ni_syscall) /* sys_kcmp */
SYSCALL_SPU(sched_setattr)
SYSCALL_SPU(sched_getattr)
SYSCALL_SPU(renameat2)
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@
#include <uapi/asm/unistd.h>


#define __NR_syscalls		357
#define __NR_syscalls		358

#define __NR__exit __NR_exit
#define NR_syscalls	__NR_syscalls
+1 −0
Original line number Diff line number Diff line
@@ -379,5 +379,6 @@
#define __NR_kcmp		354
#define __NR_sched_setattr	355
#define __NR_sched_getattr	356
#define __NR_renameat2		357

#endif /* _UAPI_ASM_POWERPC_UNISTD_H_ */