commit | 477cea9e6db35152ace6ffa250080b0e01160b93 | [log] [tgz] |
---|---|---|
author | Michael Tokarev <mjt@tls.msk.ru> | Tue Dec 29 12:45:25 2015 +0300 |
committer | Michael Tokarev <mjt@tls.msk.ru> | Mon Jan 11 11:39:13 2016 +0300 |
tree | 7502cd17f952beac1a666b45954e58b821319631 | |
parent | 6e502164618ea23f6351b5055296180c8672cad9 [diff] |
linux-user: enable sigaltstack for all architectures There is no reason to limit sigaltstack syscall to just a few architectures and pretend it is not implemented for others. If some architecture is not ready for this, that architecture should be fixed instead. This fixes LP#1516408. Signed-off-by: Michael Tokarev <mjt@tls.msk.ru> Reviewed-by: Peter Maydell <peter.maydell@linaro.org>