aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDamien Neil <dneil@google.com>2021-05-26 11:12:43 -0700
committerDamien Neil <dneil@google.com>2021-05-26 22:41:55 +0000
commit0fbecece98977f6d0578cef1e8f3ae00a54c8ac4 (patch)
tree03d03b200d5493c9b75b1db34efa8bc1f2e0cb0e /doc
parent02beecb3974e9010d2deefaf09266286b0c6f408 (diff)
downloadgo-0fbecece98977f6d0578cef1e8f3ae00a54c8ac4.tar.gz
go-0fbecece98977f6d0578cef1e8f3ae00a54c8ac4.zip
doc/go1.17: document syscall changes
Fixes #46023 Change-Id: Ia63829d03afb0936862b16f0971175cbaa1095bc Reviewed-on: https://go-review.googlesource.com/c/go/+/322890 Trust: Damien Neil <dneil@google.com> Run-TryBot: Damien Neil <dneil@google.com> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Ian Lance Taylor <iant@golang.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/go1.17.html9
1 files changed, 7 insertions, 2 deletions
diff --git a/doc/go1.17.html b/doc/go1.17.html
index 771e2a6c8d..194d3a0cd8 100644
--- a/doc/go1.17.html
+++ b/doc/go1.17.html
@@ -550,11 +550,16 @@ Do not send CLs removing the interior tags from such phrases.
<dl id="syscall"><dt><a href="/pkg/syscall/">syscall</a></dt>
<dd>
<p><!-- CL 295371 -->
- TODO: <a href="https://golang.org/cl/295371">https://golang.org/cl/295371</a>: do not overflow key memory in GetQueuedCompletionStatus
+ <p>
+ The <a href="/pkg/syscall/#GetQueuedCompletionStatus"><code>GetQueuedCompletionStatus</code></a> and
+ <a href="/pkg/syscall/#PostQueuedCompletionStatus"><code>PostQueuedCompletionStatus</code></a>
+ functions are now deprecated. These functions have incorrect signatures and are superseded by
+ equivalents in the <a href="https://godoc.org/golang.org/x/sys/windows"><code>golang.org/x/sys/windows</code></a> package.
</p>
<p><!-- CL 313653 -->
- TODO: <a href="https://golang.org/cl/313653">https://golang.org/cl/313653</a>: restore signal mask after setting foreground process group
+ 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>
</dd>
</dl><!-- syscall -->