Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix linux.signest test failure on AArch64.
char is unsigned by default on ARM based machines; https://www.arm.linux.org.uk/docs/faqs/signedchar.php. This leads to wrong usage of the signals_pending variable, which is negative when a signal is being handled.
- Loading branch information