nix
nix copied to clipboard
Perhaps `sigprocmask()` should be unsafe
trafficstars
Per the Linux man page, sigprocmask(2) is unspecified in a multithreaded process, perhapss we should make it unsafe due to this reason.
Or we should simply remove it considering that pthread_sigmask() is basically the safe version of sigprocmask().