]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.17: mention new definitions of MSG_CMSG_CLOEXEC
authorIan Lance Taylor <iant@golang.org>
Fri, 28 May 2021 00:25:43 +0000 (17:25 -0700)
committerIan Lance Taylor <iant@golang.org>
Fri, 28 May 2021 18:41:07 +0000 (18:41 +0000)
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>
doc/go1.17.html

index 9d775e169ae07f40d98f8eaaa68e02cb89905d33..3395c4e6700ee3e390b968c5bfb0d01570d20abf 100644 (file)
@@ -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 -->