···34343535/* ELF32 signal handling */36363737-int copy_siginfo_to_user32 (compat_siginfo_t __user *to, siginfo_t *from);3737+int copy_siginfo_to_user32 (compat_siginfo_t __user *to, const siginfo_t *from);3838int copy_siginfo_from_user32 (siginfo_t *to, compat_siginfo_t __user *from);39394040/* In a deft move of uber-hackery, we decide to carry the top half of all