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