mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-09 13:45:26 +02:00
mask handled signals when running the signal handler
This commit is contained in:
@@ -34,9 +34,8 @@ typedef struct {
|
||||
#endif
|
||||
#ifndef HAS_SIGNAL_FD
|
||||
int signal_fds[2];
|
||||
#else
|
||||
sigset_t signals;
|
||||
#endif
|
||||
sigset_t signals;
|
||||
int wakeup_read_fd;
|
||||
int signal_read_fd;
|
||||
int handled_signals[16];
|
||||
|
||||
Reference in New Issue
Block a user