mirror of
https://github.com/hexagonal-sun/moss-kernel.git
synced 2026-02-01 10:01:52 -05:00
We currently union the UNMASKABLE_SIGNALS set with the new signal mask. This does the complete opposite of what we wnat, we want to *remove* those signals from the newly computed signal mask. This patch removes the UNMASKABLE_SIGNALS set from any newly computed signal mask.