mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
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>
This commit is contained in:
parent
02beecb397
commit
0fbecece98
1 changed files with 7 additions and 2 deletions
|
|
@ -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>
|
<dl id="syscall"><dt><a href="/pkg/syscall/">syscall</a></dt>
|
||||||
<dd>
|
<dd>
|
||||||
<p><!-- CL 295371 -->
|
<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>
|
||||||
|
|
||||||
<p><!-- CL 313653 -->
|
<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>
|
</p>
|
||||||
</dd>
|
</dd>
|
||||||
</dl><!-- syscall -->
|
</dl><!-- syscall -->
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue