mirror of
https://github.com/golang/go
synced 2024-11-22 18:04:48 -07:00
doc/go1.17: mention new definitions of MSG_CMSG_CLOEXEC
For #44513 Change-Id: I8c0070b116ee520a76726eb9d3dcbdd489a1fb1f Reviewed-on: https://go-review.googlesource.com/c/go/+/323351 Trust: Ian Lance Taylor <iant@golang.org> Reviewed-by: Tobias Klauser <tobias.klauser@gmail.com> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
This commit is contained in:
parent
6624771c83
commit
1419ca7cea
@ -619,6 +619,11 @@ Do not send CLs removing the interior tags from such phrases.
|
||||
a list of additional handles to be inherited by the new child
|
||||
process. <code>ParentProcess</code> permits specifying the
|
||||
parent process of the new process.
|
||||
|
||||
<p><!-- CL 311570 -->
|
||||
The constant <code>MSG_CMSG_CLOEXEC</code> is now defined on
|
||||
DragonFly and all OpenBSD systems (it was already defined on
|
||||
some OpenBSD systems and all FreeBSD, NetBSD, and Linux systems).
|
||||
</p>
|
||||
</dd>
|
||||
</dl><!-- syscall -->
|
||||
|
Loading…
Reference in New Issue
Block a user