Closed asabil closed 5 months ago
Add the SA_ONSTACK flag to handle situations where and 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.
sigaltstack
Looks like older QNX versions don't support SA_ONSTACK?
Thanks! 🙌
Add the SA_ONSTACK flag to handle situations where and 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.