Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
exceptor: Add SA_ONSTACK flag the POSIX backend (#802)
Add the SA_ONSTACK flag to handle situations where an alternative signal stack has been configured using sigaltstack(). In the situations where no alternative stack was configured, this behaves as if the flag has not been set.
- Loading branch information