aboutsummaryrefslogtreecommitdiff
path: root/doc/go1.17.html
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@golang.org>2021-05-28 17:28:12 -0700
committerIan Lance Taylor <iant@golang.org>2021-06-02 16:25:20 +0000
commit6e189afd3e7a3722c72b320ef604bf2910aee9e7 (patch)
treec9d5833897b4ba6233614363d5a690fefc1b678a /doc/go1.17.html
parentff9f5fb8591c6d3e4cd4881e75f49440a3a875c2 (diff)
downloadgo-6e189afd3e7a3722c72b320ef604bf2910aee9e7.tar.gz
go-6e189afd3e7a3722c72b320ef604bf2910aee9e7.zip
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 <iant@golang.org> Reviewed-by: Emmanuel Odeke <emmanuel@orijtech.com>
Diffstat (limited to 'doc/go1.17.html')
-rw-r--r--doc/go1.17.html8
1 files changed, 8 insertions, 0 deletions
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).
</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 -->