提交 47cc3e78 编写于 作者: H Haavard Skinnemoen

[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: NHaavard Skinnemoen <hskinnemoen@atmel.com>
上级 b3cfe0cb
......@@ -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 */
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册