From a5a061ee0c0dc9881c9cb0f2ca8d4dcc833bb942 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Fri, 7 Nov 2008 21:32:57 -0500 Subject: [PATCH] clone.2: srcfix: added comment about CLONE_STOPPED going away in glibc 2.8 --- man2/clone.2 | 1 + 1 file changed, 1 insertion(+) diff --git a/man2/clone.2 b/man2/clone.2 index 2c600d268..a03f5f416 100644 --- a/man2/clone.2 +++ b/man2/clone.2 @@ -333,6 +333,7 @@ signal. .I "From Linux 2.6.25 this flag is deprecated." You probably never wanted to use it, you certainly shouldn't be using it, and soon it will go away. +.\" glibc 2.8 removed this defn from bits/sched.h .TP .B CLONE_VFORK If