...
This commit is contained in:
parent
9cb0e4d09d
commit
879b27a045
1 changed files with 2 additions and 0 deletions
|
|
@ -139,6 +139,8 @@ mask_variadic_signals(int sentinel, ...) {
|
|||
}
|
||||
va_end(valist);
|
||||
sigprocmask(SIG_BLOCK, &signals, NULL);
|
||||
#else
|
||||
(void)sentinel;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue