diff options
Diffstat (limited to 'include/linux/compat.h')
-rw-r--r-- | include/linux/compat.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/compat.h b/include/linux/compat.h index 1a3c4f37e908..4565d65b1776 100644 --- a/include/linux/compat.h +++ b/include/linux/compat.h | |||
@@ -452,8 +452,8 @@ long compat_get_bitmap(unsigned long *mask, const compat_ulong_t __user *umask, | |||
452 | unsigned long bitmap_size); | 452 | unsigned long bitmap_size); |
453 | long compat_put_bitmap(compat_ulong_t __user *umask, unsigned long *mask, | 453 | long compat_put_bitmap(compat_ulong_t __user *umask, unsigned long *mask, |
454 | unsigned long bitmap_size); | 454 | unsigned long bitmap_size); |
455 | int copy_siginfo_from_user32(siginfo_t *to, const struct compat_siginfo __user *from); | 455 | int copy_siginfo_from_user32(kernel_siginfo_t *to, const struct compat_siginfo __user *from); |
456 | int copy_siginfo_to_user32(struct compat_siginfo __user *to, const siginfo_t *from); | 456 | int copy_siginfo_to_user32(struct compat_siginfo __user *to, const kernel_siginfo_t *from); |
457 | int get_compat_sigevent(struct sigevent *event, | 457 | int get_compat_sigevent(struct sigevent *event, |
458 | const struct compat_sigevent __user *u_event); | 458 | const struct compat_sigevent __user *u_event); |
459 | 459 | ||