mirror of
https://github.com/openbsd/src.git
synced 2026-06-19 15:53:31 +02:00
b2bf21a584
SIGSTOP can never be caught or ignored so there is no need for any tricks to make sure the signal makes it. So this may work better in cases where exiting a process may be too harsh. OK kettenis@