s390: fix sigreturn decoding on recent kernels
authorDmitry V. Levin <ldv@altlinux.org>
Tue, 12 Jan 2016 02:52:16 +0000 (02:52 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Tue, 12 Jan 2016 03:07:39 +0000 (03:07 +0000)
commit8493dcf6f7d7e355fe8c14aeb70aa69045f9fb0b
tree1c211c0b9dcffa9660258c3d8af74366ef083a98
parent65f8d39278004a6a57457aea9d201203ec6ee383
s390: fix sigreturn decoding on recent kernels

Linux kernel commit v4.3-rc1-50-g8d4bd0e corrected uc_sigmask
of the compat signal frame, so remove the old workaround.

* linux/s390/arch_sigreturn.c (arch_sigreturn) [S390]: Remove.
linux/s390/arch_sigreturn.c