Skip to content

Commit

Permalink
chore(unix): go handlers, add to SIGTSTP signal 20
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Jul 5, 2024
1 parent 6baa097 commit 47e7e0a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions internal/native/signal.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ static void install_signal_handlers()
#if defined(SIGSTOP)
fix_signal(SIGSTOP);
#endif
#if defined(SIGTSTP)
fix_signal(SIGTSTP);
#endif
}
#else
static void install_signal_handlers()
Expand Down

0 comments on commit 47e7e0a

Please sign in to comment.