From 0c99adb0a6dfe292842a8142b48e494d7731f5fe Mon Sep 17 00:00:00 2001 From: Paul Mundt Date: Fri, 20 Jul 2007 12:27:09 +0900 Subject: sh: Wire up fallocate() syscall. Signed-off-by: Paul Mundt --- arch/sh/kernel/syscalls.S | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/sh/kernel') diff --git a/arch/sh/kernel/syscalls.S b/arch/sh/kernel/syscalls.S index ff5656e60c05..91fb7024e06f 100644 --- a/arch/sh/kernel/syscalls.S +++ b/arch/sh/kernel/syscalls.S @@ -358,3 +358,4 @@ ENTRY(sys_call_table) .long sys_signalfd .long sys_timerfd .long sys_eventfd + .long sys_fallocate -- cgit v1.2.3-59-g8ed1b