From bbda92359289ae5992bbd8da9ce37932e531adda Mon Sep 17 00:00:00 2001
From: Ian Lance Taylor
Date: Thu, 27 May 2021 17:30:08 -0700
Subject: [PATCH] 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
---
doc/go1.17.html | 9 +++++++++
1 file changed, 9 insertions(+)
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.
+
--
2.50.0