nix icon indicating copy to clipboard operation
nix copied to clipboard

Perhaps `sigprocmask()` should be unsafe

Open SteveLauC opened this issue 1 year ago • 0 comments
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().

SteveLauC avatar Aug 11 '24 08:08 SteveLauC