commit | dd80a879bed672bae6a0fc9ba61916d27c4e5fa7 | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Thu Aug 14 00:30:24 2014 -0400 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Thu Aug 14 23:29:09 2014 +0000 |
tree | ec2d8aa4d19f7888e015e268f3e7845db22fc9fa | |
parent | e55264e0120c3804c971fdaf48faf2dbb2ccce0a [diff] |
ia64: fix sigaction decoding Looks like ia64 doesn't have sa_restorer either, yet still defines SA_RESTORER. Deploy the same trick that HPPA is using to make the test pass. * signal.c (SA_RESTORER): Undefine when IA64 is defined. (struct new_sigaction) [IA64]: Disable sa_restorer.