From: Tobias Klauser Date: Tue, 29 Mar 2022 06:51:16 +0000 (+0200) Subject: cmd/go/internal/modload: remove aix from stat_openfile.go comment X-Git-Tag: go1.19beta1~688 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=8f1d5d0a41840c1e6b36c94d493af8aae1302fd0;p=gostls13.git cmd/go/internal/modload: remove aix from stat_openfile.go comment syscall.Access is supported and used on aix since CL 263540. Change-Id: Ie50cc3da68b49b22d622d94faec0231c52502037 Reviewed-on: https://go-review.googlesource.com/c/go/+/396374 Run-TryBot: Tobias Klauser TryBot-Result: Gopher Robot Auto-Submit: Tobias Klauser Reviewed-by: Bryan Mills Reviewed-by: Russ Cox --- diff --git a/src/cmd/go/internal/modload/stat_openfile.go b/src/cmd/go/internal/modload/stat_openfile.go index ff7c124af5..5773073d90 100644 --- a/src/cmd/go/internal/modload/stat_openfile.go +++ b/src/cmd/go/internal/modload/stat_openfile.go @@ -8,7 +8,7 @@ // are checked by the server and group information is not known to the client, // access must open the file to check permissions.” // -// aix and js,wasm are similar, in that they do not define syscall.Access. +// js,wasm is similar, in that it does not define syscall.Access. package modload