summaryrefslogtreecommitdiff
path: root/process.c
diff options
context:
space:
mode:
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