From: Michael Pratt Date: Thu, 2 Jun 2022 20:53:36 +0000 (-0400) Subject: doc/go1.19: add release notes for syscall X-Git-Tag: go1.19beta1~82 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=e1036a741cbefe17d6cd97eb3b549a405287a36e;p=gostls13.git 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 Run-TryBot: Michael Pratt --- diff --git a/doc/go1.19.html b/doc/go1.19.html index e7387268ba..7eba7b535f 100644 --- a/doc/go1.19.html +++ b/doc/go1.19.html @@ -412,6 +412,24 @@ Do not send CLs removing the interior tags from such phrases. +
syscall
+
+

+ On PowerPC (GOARCH=ppc64, ppc64le), + Syscall, + Syscall6, + RawSyscall, and + RawSyscall6 + now always return 0 for return value r2 instead of an + undefined value. +

+ +

+ On AIX and Solaris, Getrusage is now defined. +

+
+
+
time