On 06/11/20 19:06, Peter Xu wrote:
+ pthread_sigmask(0, NULL, sigset);Not extremely important, but still better with SIG_BLOCK imho, since it seems not all archs defined SIG_BLOCK as zero.
If the second argument is NULL, the first is unused. Paolo
On 06/11/20 19:06, Peter Xu wrote:
+ pthread_sigmask(0, NULL, sigset);Not extremely important, but still better with SIG_BLOCK imho, since it seems not all archs defined SIG_BLOCK as zero.
If the second argument is NULL, the first is unused. Paolo