mirror of
https://github.com/golang/go
synced 2024-11-12 02:50:25 -07:00
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>
This commit is contained in:
parent
ff9f5fb859
commit
6e189afd3e
@ -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
|
DragonFly and all OpenBSD systems (it was already defined on
|
||||||
some OpenBSD systems and all FreeBSD, NetBSD, and Linux systems).
|
some OpenBSD systems and all FreeBSD, NetBSD, and Linux systems).
|
||||||
</p>
|
</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>
|
</dd>
|
||||||
</dl><!-- syscall -->
|
</dl><!-- syscall -->
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user