Skip to content

Commit bbda923

Browse files
doc/go1.17: mention new Windows SysProcAttr fields
For #44011 For #44513 Change-Id: I512466f2e775e36098eb36ca7ef82333cd9e632a Reviewed-on: https://go-review.googlesource.com/c/go/+/323352 Trust: Ian Lance Taylor <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]>
1 parent 6f58088 commit bbda923

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

doc/go1.17.html

+9
Original file line numberDiff line numberDiff line change
@@ -611,6 +611,15 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
611611
On Unix-like systems, the process group of a child process is now set with signals blocked.
612612
This avoids sending a <code>SIGTTOU</code> to the child when the parent is in a background process group.
613613
</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>
614623
</dd>
615624
</dl><!-- syscall -->
616625

0 commit comments

Comments
 (0)