diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2012-12-25 15:00:46 -0500 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2013-02-03 18:32:59 -0500 |
commit | 45cb66f797cd3b892cec6d7faea449c50053410f (patch) | |
tree | edf8a92b76c5372116a587368c5abfe1e238ec88 /arch/mips/kernel/scall64-o32.S | |
parent | 056a060803cff0d93b13cc2c5cf74909db24a0b9 (diff) |
mips: switch to generic compat rt_sigpending()
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 06fae3f39407..22fd9c13f37b 100644 --- a/arch/mips/kernel/scall64-o32.S +++ b/arch/mips/kernel/scall64-o32.S | |||
@@ -388,7 +388,7 @@ sys_call_table: | |||
388 | PTR sys32_rt_sigreturn | 388 | PTR sys32_rt_sigreturn |
389 | PTR sys_32_rt_sigaction | 389 | PTR sys_32_rt_sigaction |
390 | PTR compat_sys_rt_sigprocmask /* 4195 */ | 390 | PTR compat_sys_rt_sigprocmask /* 4195 */ |
391 | PTR sys_32_rt_sigpending | 391 | PTR compat_sys_rt_sigpending |
392 | PTR compat_sys_rt_sigtimedwait | 392 | PTR compat_sys_rt_sigtimedwait |
393 | PTR sys_32_rt_sigqueueinfo | 393 | PTR sys_32_rt_sigqueueinfo |
394 | PTR compat_sys_rt_sigsuspend | 394 | PTR compat_sys_rt_sigsuspend |