From 0e4283551c6c3cbf018edef49abafe051c73c525 Mon Sep 17 00:00:00 2001 From: Yousaf Nabi Date: Fri, 5 Jul 2024 16:13:28 +0100 Subject: [PATCH] chore(unix): rm SIGSTOP --- internal/native/signal.go | 5 ----- 1 file changed, 5 deletions(-) diff --git a/internal/native/signal.go b/internal/native/signal.go index 999720727..4dc6f550c 100644 --- a/internal/native/signal.go +++ b/internal/native/signal.go @@ -32,11 +32,6 @@ fix_signal_error: static void install_signal_handlers() { -#if defined(__linux__) - #if defined(SIGSTOP) - fix_signal(SIGSTOP); - #endif -#endif #if defined(SIGTSTP) fix_signal(SIGTSTP); #endif