diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-05-08 21:42:48 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2007-05-08 21:42:48 -0400 |
commit | 21ec4c6453790cb9bfa996ab8f27f22dd47c516a (patch) | |
tree | 31c011df5b17aa38cc07464176da781765dc5eea /arch/sh | |
parent | f6a3c1ca00ce9a43942364a0cc15601b291df281 (diff) |
sh: Wire up utimensat syscall.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh')
-rw-r--r-- | arch/sh/kernel/syscalls.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/kernel/syscalls.S b/arch/sh/kernel/syscalls.S index 38fc8cd3ea3a..4357d1a6358f 100644 --- a/arch/sh/kernel/syscalls.S +++ b/arch/sh/kernel/syscalls.S | |||
@@ -354,3 +354,4 @@ ENTRY(sys_call_table) | |||
354 | .long sys_move_pages | 354 | .long sys_move_pages |
355 | .long sys_getcpu | 355 | .long sys_getcpu |
356 | .long sys_epoll_pwait | 356 | .long sys_epoll_pwait |
357 | .long sys_utimensat /* 320 */ | ||