Project

General

Profile

« Previous | Next » 

Revision 7f7a8fa5

Added by nobu (Nobuyoshi Nakada) over 2 years ago

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.