mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Ensure SIGCHLD always uses a signal handler. (#7819)
This commit is contained in:
parent
0052132025
commit
4d1ca2e1f9
Notes:
git
2023-05-16 03:49:28 +00:00
Merged-By: ioquatix <samuel@codeotaku.com>
1 changed files with 3 additions and 0 deletions
3
signal.c
3
signal.c
|
@ -1107,6 +1107,9 @@ default_handler(int sig)
|
|||
#endif
|
||||
#ifdef SIGUSR2
|
||||
case SIGUSR2:
|
||||
#endif
|
||||
#ifdef RUBY_SIGCHLD
|
||||
case RUBY_SIGCHLD:
|
||||
#endif
|
||||
func = sighandler;
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue