|
@@ -362,7 +362,7 @@ long compat_get_bitmap(unsigned long *mask, const compat_ulong_t __user *umask,
|
|
|
long compat_put_bitmap(compat_ulong_t __user *umask, unsigned long *mask,
|
|
|
unsigned long bitmap_size);
|
|
|
int copy_siginfo_from_user32(siginfo_t *to, struct compat_siginfo __user *from);
|
|
|
-int copy_siginfo_to_user32(struct compat_siginfo __user *to, siginfo_t *from);
|
|
|
+int copy_siginfo_to_user32(struct compat_siginfo __user *to, const siginfo_t *from);
|
|
|
int get_compat_sigevent(struct sigevent *event,
|
|
|
const struct compat_sigevent __user *u_event);
|
|
|
long compat_sys_rt_tgsigqueueinfo(compat_pid_t tgid, compat_pid_t pid, int sig,
|