diff options
Diffstat (limited to 'kernel/signal.c')
-rw-r--r-- | kernel/signal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/signal.c b/kernel/signal.c index ded28b91fa53..940b30ee9a30 100644 --- a/kernel/signal.c +++ b/kernel/signal.c | |||
@@ -2723,7 +2723,7 @@ COMPAT_SYSCALL_DEFINE2(rt_sigpending, compat_sigset_t __user *, uset, | |||
2723 | 2723 | ||
2724 | #ifndef HAVE_ARCH_COPY_SIGINFO_TO_USER | 2724 | #ifndef HAVE_ARCH_COPY_SIGINFO_TO_USER |
2725 | 2725 | ||
2726 | int copy_siginfo_to_user(siginfo_t __user *to, siginfo_t *from) | 2726 | int copy_siginfo_to_user(siginfo_t __user *to, const siginfo_t *from) |
2727 | { | 2727 | { |
2728 | int err; | 2728 | int err; |
2729 | 2729 | ||