diff options
author | Paul Mundt <lethal@linux-sh.org> | 2009-06-11 02:38:05 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-06-11 02:38:05 -0400 |
commit | 6a1555fdde407dad23b8a119cf5feeb7c6466de9 (patch) | |
tree | 715936b2effe587190086973f797c499d8be0fe6 /arch/sh/kernel/syscalls_32.S | |
parent | 75c936aec050113c12f74581f51779ffc5502a51 (diff) |
sh: Wire up sys_rt_tgsigqueueinfo.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/kernel/syscalls_32.S')
-rw-r--r-- | arch/sh/kernel/syscalls_32.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/kernel/syscalls_32.S b/arch/sh/kernel/syscalls_32.S index 6118f358f950..a9fff9f731ec 100644 --- a/arch/sh/kernel/syscalls_32.S +++ b/arch/sh/kernel/syscalls_32.S | |||
@@ -351,3 +351,4 @@ ENTRY(sys_call_table) | |||
351 | .long sys_inotify_init1 | 351 | .long sys_inotify_init1 |
352 | .long sys_preadv | 352 | .long sys_preadv |
353 | .long sys_pwritev | 353 | .long sys_pwritev |
354 | .long sys_rt_tgsigqueueinfo /* 335 */ | ||