]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.17: mention SYS_WAIT6/WEXITED on NetBSD
authorIan Lance Taylor <iant@golang.org>
Sat, 29 May 2021 00:28:12 +0000 (17:28 -0700)
committerIan Lance Taylor <iant@golang.org>
Wed, 2 Jun 2021 16:25:20 +0000 (16:25 +0000)
For #13987
For #16028
For #44513

Change-Id: I7a73446fcc80a01fa6de24eec1e5b993e543be37
Reviewed-on: https://go-review.googlesource.com/c/go/+/323489
Trust: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Emmanuel Odeke <emmanuel@orijtech.com>
doc/go1.17.html

index b287d41309f4d65b80a32edbb174ae4e3e3c99f1..d80e68d43458edf2f0492380c12143b42f1612b2 100644 (file)
@@ -651,6 +651,14 @@ Do not send CLs removing the interior tags from such phrases.
       DragonFly and all OpenBSD systems (it was already defined on
       some OpenBSD systems and all FreeBSD, NetBSD, and Linux systems).
     </p>
+
+    <p><!-- CL 315281 -->
+      The constants <code>SYS_WAIT6</code> and <code>WEXITED</code>
+      are now defined on NetBSD systems (<code>SYS_WAIT6</code> was
+      already defined on DragonFly and FreeBSD systems;
+      <code>WEXITED</code> was already defined on Darwin, DragonFly,
+      FreeBSD, Linux, and Solaris systems).
+    </p>
   </dd>
 </dl><!-- syscall -->