mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-04 13:42:33 +02:00
...
This commit is contained in:
@@ -139,6 +139,8 @@ mask_variadic_signals(int sentinel, ...) {
|
||||
}
|
||||
va_end(valist);
|
||||
sigprocmask(SIG_BLOCK, &signals, NULL);
|
||||
#else
|
||||
(void)sentinel;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user