mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
rdoc update.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26394 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
83d9e9f42e
commit
2979842520
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue