-
tree-wide: s/sigprocmask/pthread_sigmask()/g · dfd1d017Christian Brauner authored
The behavior of sigprocmask() is unspecified in multi-threaded programs. Let's use pthread_sigmask() instead. Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
×