libfreerdp: remove SIGUSR1 and SIGUSR2 from fatal signals

Signed-off-by: Quentin Thébault <quentin.thebault@defenso.fr>
This commit is contained in:
Quentin Thébault
2025-10-29 23:26:53 +09:00
parent 499c3bda90
commit 86eff27f6a

View File

@@ -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