summaryrefslogtreecommitdiff
path: root/process.c
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-01-24 13:20:04 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-01-24 13:20:04 +0000
commit2979842520060311909874e300ef943cca2d215c (patch)
tree083bfe3369fb14b79f79d50307352c5a250f8776 /process.c
parent83d9e9f42e1f704dd5a412b32d9264403d0b488a (diff)
rdoc update.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26394 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'process.c')
-rw-r--r--process.c2
1 files changed, 2 insertions, 0 deletions
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