diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2012-12-25 18:55:27 -0500 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2013-02-03 18:33:00 -0500 |
commit | aa584802e51fa3f28cc6efb1863fe9a3d197c9c8 (patch) | |
tree | 0ec61437be3758db9987cf73191ebcc75bcda232 /arch/mips/kernel/scall64-o32.S | |
parent | 0450d22f4b0c6ab88d2249a71f304326af5cc36c (diff) |
mips: switch to generic compat rt_sigaction()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/mips/kernel/scall64-o32.S')
-rw-r--r-- | arch/mips/kernel/scall64-o32.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/kernel/scall64-o32.S b/arch/mips/kernel/scall64-o32.S index 6623077a9488..aa29c3318fbc 100644 --- a/arch/mips/kernel/scall64-o32.S +++ b/arch/mips/kernel/scall64-o32.S | |||
@@ -386,7 +386,7 @@ sys_call_table: | |||
386 | PTR sys_getresgid | 386 | PTR sys_getresgid |
387 | PTR sys_prctl | 387 | PTR sys_prctl |
388 | PTR sys32_rt_sigreturn | 388 | PTR sys32_rt_sigreturn |
389 | PTR sys_32_rt_sigaction | 389 | PTR compat_sys_rt_sigaction |
390 | PTR compat_sys_rt_sigprocmask /* 4195 */ | 390 | PTR compat_sys_rt_sigprocmask /* 4195 */ |
391 | PTR compat_sys_rt_sigpending | 391 | PTR compat_sys_rt_sigpending |
392 | PTR compat_sys_rt_sigtimedwait | 392 | PTR compat_sys_rt_sigtimedwait |