Skip to content

Commit

Permalink
chore(unix): rm SIGSTOP
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Jul 5, 2024
1 parent 901529d commit 0e42835
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions internal/native/signal.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0e42835

Please sign in to comment.