From: Ian Lance Taylor Date: Fri, 28 May 2021 00:30:08 +0000 (-0700) Subject: doc/go1.17: mention new Windows SysProcAttr fields X-Git-Tag: go1.17beta1~69 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=bbda92359289ae5992bbd8da9ce37932e531adda;p=gostls13.git 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 Reviewed-by: Dmitri Shuralyov --- diff --git a/doc/go1.17.html b/doc/go1.17.html index 65d8efdc1b..3e9587dbf7 100644 --- a/doc/go1.17.html +++ b/doc/go1.17.html @@ -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 SIGTTOU to the child when the parent is in a background process group.

+ +

+ The Windows version of + SysProcAttr + has two new fields. AdditionalInheritedHandles is + a list of additional handles to be inherited by the new child + process. ParentProcess permits specifying the + parent process of the new process. +