summaryrefslogtreecommitdiff
path: root/ruby.c
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2023-05-21 23:00:27 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2023-05-21 23:00:27 +0900
commit7f7a8fa555c3f12996114d13dc6908ea4e73c5b3 (patch)
treee7fb6eea87f7b7e19132edfd97824619b63e119c /ruby.c
parent08675889802be222ae01db7d0d54c7e1b45bffc5 (diff)
Put `rb_fork` back into process.c
Now, calling `rb_fork` directly breaks the PID cache and the timer thread, so must use `rb_fork_ruby` or similar instead.
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/7834
Diffstat (limited to 'ruby.c')
-rw-r--r--ruby.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ruby.c b/ruby.c
index 6e0e72bf55..ae974bfdec 100644
--- a/ruby.c
+++ b/ruby.c
@@ -54,7 +54,6 @@
#include "internal/missing.h"
#include "internal/object.h"
#include "internal/parse.h"
-#include "internal/process.h"
#include "internal/variable.h"
#include "ruby/encoding.h"
#include "ruby/thread.h"