mirror of
https://github.com/hexagonal-sun/moss-kernel.git
synced 2026-04-21 15:48:39 -04: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.