Skip to content

Commit e1036a7

Browse files
committed
doc/go1.19: add release notes for syscall
For #51400 Change-Id: If5fc131df254d47a989ff61c8e584cb8149cbd09 Reviewed-on: https://go-review.googlesource.com/c/go/+/410116 Reviewed-by: Michael Knyszek <mknyszek@google.com> Run-TryBot: Michael Pratt <mpratt@google.com>
1 parent 559b17f commit e1036a7

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

doc/go1.19.html

+18
Original file line numberDiff line numberDiff line change
@@ -412,6 +412,24 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
412412
</dd>
413413
</dl><!-- strconv -->
414414

415+
<dl id="syscall"><dt><a href="/pkg/syscall/">syscall</a></dt>
416+
<dd>
417+
<p><!-- https://go.dev/issue/51192 --><!-- CL 385796 -->
418+
On PowerPC (<code>GOARCH=ppc64</code>, <code>ppc64le</code>),
419+
<a href="/pkg/syscall/#Syscall"><code>Syscall</code></a>,
420+
<a href="/pkg/syscall/#Syscall6"><code>Syscall6</code></a>,
421+
<a href="/pkg/syscall/#RawSyscall"><code>RawSyscall</code></a>, and
422+
<a href="/pkg/syscall/#RawSyscall6"><code>RawSyscall6</code></a>
423+
now always return 0 for return value <code>r2</code> instead of an
424+
undefined value.
425+
</p>
426+
427+
<p><!-- CL 391434 -->
428+
On AIX and Solaris, <code>Getrusage</code> is now defined.
429+
</p>
430+
</dd>
431+
</dl><!-- syscall -->
432+
415433
<dl id="time"><dt><a href="/pkg/time/">time</a></dt>
416434
<dd>
417435
<p><!-- CL 393515 -->

0 commit comments

Comments
 (0)