aboutsummaryrefslogtreecommitdiff
path: root/arch/sh
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2007-05-09 10:42:48 +0900
committerPaul Mundt <lethal@linux-sh.org>2007-05-09 10:42:48 +0900
commit21ec4c6453790cb9bfa996ab8f27f22dd47c516a (patch)
tree31c011df5b17aa38cc07464176da781765dc5eea /arch/sh
parentf6a3c1ca00ce9a43942364a0cc15601b291df281 (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.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/kernel/syscalls.S b/arch/sh/kernel/syscalls.S
index 38fc8cd3ea3..4357d1a6358 100644
--- a/arch/sh/kernel/syscalls.S
+++ b/arch/sh/kernel/syscalls.S
@@ -354,3 +354,4 @@ ENTRY(sys_call_table)
.long sys_move_pages
.long sys_getcpu
.long sys_epoll_pwait
+ .long sys_utimensat /* 320 */