Skip to content

Commit 6e189af

Browse files
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 <[email protected]> Reviewed-by: Emmanuel Odeke <[email protected]>
1 parent ff9f5fb commit 6e189af

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

doc/go1.17.html

+8
Original file line numberDiff line numberDiff line change
@@ -651,6 +651,14 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
651651
DragonFly and all OpenBSD systems (it was already defined on
652652
some OpenBSD systems and all FreeBSD, NetBSD, and Linux systems).
653653
</p>
654+
655+
<p><!-- CL 315281 -->
656+
The constants <code>SYS_WAIT6</code> and <code>WEXITED</code>
657+
are now defined on NetBSD systems (<code>SYS_WAIT6</code> was
658+
already defined on DragonFly and FreeBSD systems;
659+
<code>WEXITED</code> was already defined on Darwin, DragonFly,
660+
FreeBSD, Linux, and Solaris systems).
661+
</p>
654662
</dd>
655663
</dl><!-- syscall -->
656664

0 commit comments

Comments
 (0)