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

Commit 18e480aa authored by Miklos Szeredi's avatar Miklos Szeredi
Browse files

parisc: add renameat2 syscall

parent cc79f00f
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -829,8 +829,9 @@
#define __NR_sched_setattr	(__NR_Linux + 334)
#define __NR_sched_setattr	(__NR_Linux + 334)
#define __NR_sched_getattr	(__NR_Linux + 335)
#define __NR_sched_getattr	(__NR_Linux + 335)
#define __NR_utimes		(__NR_Linux + 336)
#define __NR_utimes		(__NR_Linux + 336)
#define __NR_renameat2		(__NR_Linux + 337)


#define __NR_Linux_syscalls	(__NR_utimes + 1)
#define __NR_Linux_syscalls	(__NR_renameat2 + 1)




#define __IGNORE_select		/* newselect */
#define __IGNORE_select		/* newselect */
+1 −0
Original line number Original line Diff line number Diff line
@@ -432,6 +432,7 @@
	ENTRY_SAME(sched_setattr)
	ENTRY_SAME(sched_setattr)
	ENTRY_SAME(sched_getattr)	/* 335 */
	ENTRY_SAME(sched_getattr)	/* 335 */
	ENTRY_COMP(utimes)
	ENTRY_COMP(utimes)
	ENTRY_COMP(renameat2)


	/* Nothing yet */
	/* Nothing yet */