mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
libfreerdp: remove SIGUSR1 and SIGUSR2 from fatal signals
Signed-off-by: Quentin Thébault <quentin.thebault@defenso.fr>
This commit is contained in:
@@ -145,8 +145,8 @@ static void fatal_handler(int signum)
|
||||
|
||||
static const int term_signals[] = { SIGINT, SIGKILL, SIGQUIT, SIGSTOP, SIGTERM };
|
||||
|
||||
static const int fatal_signals[] = { SIGABRT, SIGALRM, SIGBUS, SIGFPE, SIGHUP, SIGILL,
|
||||
SIGSEGV, SIGTTIN, SIGTTOU, SIGUSR1, SIGUSR2,
|
||||
static const int fatal_signals[] = { SIGABRT, SIGALRM, SIGBUS, SIGFPE, SIGHUP,
|
||||
SIGILL, SIGSEGV, SIGTTIN, SIGTTOU,
|
||||
#ifdef SIGPOLL
|
||||
SIGPOLL,
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user