git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26394 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
akr 2010-01-24 13:20:04 +00:00
Родитель 83d9e9f42e
Коммит 2979842520
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -2607,6 +2607,8 @@ rb_fork(int *status, int (*chfunc)(void*), void *charg, VALUE fds)
*
* The thread calling fork is the only thread in the created child process.
* fork doesn't copy other threads.
*
* If fork is not usable, Process.respond_to?(:fork) returns false.
*/
static VALUE