From e1036a741cbefe17d6cd97eb3b549a405287a36e Mon Sep 17 00:00:00 2001 From: Michael Pratt Date: Thu, 2 Jun 2022 16:53:36 -0400 Subject: [PATCH] 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 --- doc/go1.19.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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