am bcb0a925: Merge "sigsetmask.c was not processing the "mask" argument."
* commit 'bcb0a925b0d6d545bbd9a4ebd9ac61bdacbfa2fe': sigsetmask.c was not processing the "mask" argument.
This commit is contained in:
commit
b11d7c3eca
@ -38,6 +38,8 @@ sigsetmask(int mask)
|
|||||||
sigset_t the_sigset;
|
sigset_t the_sigset;
|
||||||
} in, out;
|
} in, out;
|
||||||
|
|
||||||
|
in.the_mask = mask;
|
||||||
|
|
||||||
n = sigprocmask(SIG_SETMASK, &in.the_sigset, &out.the_sigset);
|
n = sigprocmask(SIG_SETMASK, &in.the_sigset, &out.the_sigset);
|
||||||
if (n)
|
if (n)
|
||||||
return n;
|
return n;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user