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

Commit 21ec4c64 authored by Paul Mundt's avatar Paul Mundt
Browse files

sh: Wire up utimensat syscall.



Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent f6a3c1ca
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -354,3 +354,4 @@ ENTRY(sys_call_table)
	.long sys_move_pages
	.long sys_move_pages
	.long sys_getcpu
	.long sys_getcpu
	.long sys_epoll_pwait
	.long sys_epoll_pwait
	.long sys_utimensat		/* 320 */
+3 −2
Original line number Original line Diff line number Diff line
@@ -328,8 +328,9 @@
#define __NR_move_pages		317
#define __NR_move_pages		317
#define __NR_getcpu		318
#define __NR_getcpu		318
#define __NR_epoll_pwait	319
#define __NR_epoll_pwait	319
#define __NR_utimensat		320


#define NR_syscalls 320
#define NR_syscalls 321


#ifdef __KERNEL__
#ifdef __KERNEL__