Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/sys Remove mentions of CLONE_PID and CLONE_STOPPED
details:   https://anonhg.NetBSD.org/src/rev/6f2f9608d2e8
branches:  trunk
changeset: 1010034:6f2f9608d2e8
user:      kamil <kamil%NetBSD.org@localhost>
date:      Tue May 12 11:39:08 2020 +0000
description:
Remove mentions of CLONE_PID and CLONE_STOPPED
CLONE_PID was removed in Linux 2.5.15 and recycled for
CLONE_PIDFD since Linux 5.2.
CLONE_STOPPED was removed in Linux 2.6.38 and recycled
for CLONE_NEWCGROUP since Linux 4.6.
diffstat:
 lib/libc/sys/clone.2 |  8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)
diffs (33 lines):
diff -r 8ea91ce17718 -r 6f2f9608d2e8 lib/libc/sys/clone.2
--- a/lib/libc/sys/clone.2      Tue May 12 11:21:09 2020 +0000
+++ b/lib/libc/sys/clone.2      Tue May 12 11:39:08 2020 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: clone.2,v 1.13 2012/01/29 11:44:54 wiz Exp $
+.\"    $NetBSD: clone.2,v 1.14 2020/05/12 11:39:08 kamil Exp $
 .\"
 .\" Copyright (c) 2001 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -27,7 +27,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd May 4, 2010
+.Dd May 12, 2020
 .Dt CLONE 2
 .Os
 .Sh NAME
@@ -189,14 +189,10 @@
 .It
 .Dv CLONE_PARENT_SETTID
 .It
-.Dv CLONE_PID
-.It
 .Dv CLONE_PTRACE
 .It
 .Dv CLONE_SETTLS
 .It
-.Dv CLONE_STOPPED
-.It
 .Dv CLONE_SYSVSEM
 .It
 .Dv CLONE_THREAD
Home |
Main Index |
Thread Index |
Old Index