We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f58088 commit bbda923Copy full SHA for bbda923
doc/go1.17.html
@@ -611,6 +611,15 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
611
On Unix-like systems, the process group of a child process is now set with signals blocked.
612
This avoids sending a <code>SIGTTOU</code> to the child when the parent is in a background process group.
613
</p>
614
+
615
+ <p><!-- CL 288298, CL 288300 -->
616
+ The Windows version of
617
+ <a href="/pkg/syscall/#SysProcAttr"><code>SysProcAttr</code></a>
618
+ has two new fields. <code>AdditionalInheritedHandles</code> is
619
+ a list of additional handles to be inherited by the new child
620
+ process. <code>ParentProcess</code> permits specifying the
621
+ parent process of the new process.
622
+ </p>
623
</dd>
624
</dl><!-- syscall -->
625
0 commit comments