From: Ian Lance Taylor Date: Fri, 28 May 2021 00:25:43 +0000 (-0700) Subject: doc/go1.17: mention new definitions of MSG_CMSG_CLOEXEC X-Git-Tag: go1.17beta1~67 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=1419ca7cead4438c8c9f17d8901aeecd9c72f577;p=gostls13.git 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 Reviewed-by: Tobias Klauser Reviewed-by: Dmitri Shuralyov --- diff --git a/doc/go1.17.html b/doc/go1.17.html index 9d775e169a..3395c4e670 100644 --- a/doc/go1.17.html +++ b/doc/go1.17.html @@ -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. ParentProcess permits specifying the parent process of the new process. + +

+ The constant MSG_CMSG_CLOEXEC is now defined on + DragonFly and all OpenBSD systems (it was already defined on + some OpenBSD systems and all FreeBSD, NetBSD, and Linux systems).