commit | 5c7f627f050372dcc57513391e39c93fe360ccb9 | [log] [tgz] |
---|---|---|
author | Dmitry V. Levin <ldv@altlinux.org> | Sat Feb 08 00:26:06 2014 +0000 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Sat Feb 08 00:50:09 2014 +0000 |
tree | 1e8608590b7fc99b2b55a3df9a0ebcb72545c84a | |
parent | ab3953b0476a9502c9cd1c59317fa2e98ae301fc [diff] |
Fix sigaction reporting on non-x86 architectures If SA_RESTORER is not defined by libc headers but defined by kernel headers, use the definition provided by kernel headers for proper sigaction decoding. * signal.c [!SA_RESTORER]: Define to ASM_SA_RESTORER if the latter is defined, regardless of architecure.