mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
thread.c: fix obsoleted comment [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65818 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
3405411cc4
commit
b410d32185
1 changed files with 1 additions and 1 deletions
2
thread.c
2
thread.c
|
@ -4439,7 +4439,7 @@ rb_thread_atfork(void)
|
|||
/* We don't want reproduce CVE-2003-0900. */
|
||||
rb_reset_random_seed();
|
||||
|
||||
/* For child, starting MJIT worker thread in this place which is safer than `after_fork_ruby`. */
|
||||
/* For child, starting MJIT worker thread in this place which is safer than immediately after `after_fork_ruby`. */
|
||||
mjit_child_after_fork();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue