am b11d7c3e: am bcb0a925: Merge "sigsetmask.c was not processing the "mask" argument."
* commit 'b11d7c3eca0e5bc04c14afe82a530429f173706c': sigsetmask.c was not processing the "mask" argument.
This commit is contained in:
commit
5d7995be24
@ -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