From: Ian Lance Taylor
Date: Sat, 29 May 2021 00:28:12 +0000 (-0700)
Subject: doc/go1.17: mention SYS_WAIT6/WEXITED on NetBSD
X-Git-Tag: go1.17beta1~50
X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=6e189afd3e7a3722c72b320ef604bf2910aee9e7;p=gostls13.git
doc/go1.17: mention SYS_WAIT6/WEXITED on NetBSD
For #13987
For #16028
For #44513
Change-Id: I7a73446fcc80a01fa6de24eec1e5b993e543be37
Reviewed-on: https://go-review.googlesource.com/c/go/+/323489
Trust: Ian Lance Taylor
Reviewed-by: Emmanuel Odeke
---
diff --git a/doc/go1.17.html b/doc/go1.17.html
index b287d41309..d80e68d434 100644
--- a/doc/go1.17.html
+++ b/doc/go1.17.html
@@ -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).
+
+
+ The constants SYS_WAIT6
and WEXITED
+ are now defined on NetBSD systems (SYS_WAIT6
was
+ already defined on DragonFly and FreeBSD systems;
+ WEXITED
was already defined on Darwin, DragonFly,
+ FreeBSD, Linux, and Solaris systems).
+