mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-03 17:11:32 +00:00
2bc2b29270
to call osigaction(). But that's wrong because it causes the handler to receive a struct osigcontext instead of the expected struct sigcontext. Use sigaction() instead, copying the compatible portion of the signal mask. Reviewed by: marcel