[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: Haavard Skinnemoen <hskinnemoen@atmel.com>
This commit is contained in:
@ -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 */
|
||||
|
Reference in New Issue
Block a user