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

Commit 47cc3e78 authored by Haavard Skinnemoen's avatar Haavard Skinnemoen
Browse files

[AVR32] Wire up sys_utimensat



Tested with a slightly hacked version of the test case included with
the original utimensat patch. All OK.

Signed-off-by: default avatarHaavard Skinnemoen <hskinnemoen@atmel.com>
parent b3cfe0cb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -291,4 +291,5 @@ sys_call_table:
	.long	sys_shmget		/* 275 */
	.long	sys_shmdt
	.long	sys_shmctl
	.long	sys_utimensat
	.long	sys_ni_syscall		/* r8 is saturated at nr_syscalls */
+3 −1
Original line number Diff line number Diff line
@@ -295,8 +295,10 @@
#define __NR_shmdt		276
#define __NR_shmctl		277

#define __NR_utimensat		278

#ifdef __KERNEL__
#define NR_syscalls		278
#define NR_syscalls		279


#define __ARCH_WANT_IPC_PARSE_VERSION