summaryrefslogtreecommitdiffstats
path: root/kernel/signal.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/signal.c')
-rw-r--r--kernel/signal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/signal.c b/kernel/signal.c
index e1d7ad8e6ab1..af27629918cf 100644
--- a/kernel/signal.c
+++ b/kernel/signal.c
@@ -3397,7 +3397,7 @@ COMPAT_SYSCALL_DEFINE4(rt_sigtimedwait_time64, compat_sigset_t __user *, uthese,
3397} 3397}
3398 3398
3399#ifdef CONFIG_COMPAT_32BIT_TIME 3399#ifdef CONFIG_COMPAT_32BIT_TIME
3400COMPAT_SYSCALL_DEFINE4(rt_sigtimedwait, compat_sigset_t __user *, uthese, 3400COMPAT_SYSCALL_DEFINE4(rt_sigtimedwait_time32, compat_sigset_t __user *, uthese,
3401 struct compat_siginfo __user *, uinfo, 3401 struct compat_siginfo __user *, uinfo,
3402 struct old_timespec32 __user *, uts, compat_size_t, sigsetsize) 3402 struct old_timespec32 __user *, uts, compat_size_t, sigsetsize)
3403{ 3403{