From 2979842520060311909874e300ef943cca2d215c Mon Sep 17 00:00:00 2001 From: akr Date: Sun, 24 Jan 2010 13:20:04 +0000 Subject: rdoc update. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26394 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- process.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'process.c') diff --git a/process.c b/process.c index 07ad06e178..d99c9df463 100644 --- a/process.c +++ b/process.c @@ -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 -- cgit v1.2.3