]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.17: mention new Windows SysProcAttr fields
authorIan Lance Taylor <iant@golang.org>
Fri, 28 May 2021 00:30:08 +0000 (17:30 -0700)
committerIan Lance Taylor <iant@golang.org>
Fri, 28 May 2021 18:35:37 +0000 (18:35 +0000)
For #44011
For #44513

Change-Id: I512466f2e775e36098eb36ca7ef82333cd9e632a
Reviewed-on: https://go-review.googlesource.com/c/go/+/323352
Trust: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
doc/go1.17.html

index 65d8efdc1b2a4c0886803e4130060e672d0c4061..3e9587dbf7b7df9bdae2dbb4ffe33833a6800ab8 100644 (file)
@@ -611,6 +611,15 @@ Do not send CLs removing the interior tags from such phrases.
       On Unix-like systems, the process group of a child process is now set with signals blocked.
       This avoids sending a <code>SIGTTOU</code> to the child when the parent is in a background process group.
     </p>
+
+    <p><!-- CL 288298, CL 288300 -->
+      The Windows version of
+      <a href="/pkg/syscall/#SysProcAttr"><code>SysProcAttr</code></a>
+      has two new fields. <code>AdditionalInheritedHandles</code> is
+      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>
   </dd>
 </dl><!-- syscall -->