mirror of
https://github.com/ruby/ruby.git
synced 2026-08-17 02:20:55 +08:00
Previously, rb_getaddrinfo_a_before_exec() is called from before_exec(). However, the function needs to be called only before fork(). The change moves it to before_fork().