From 8f1d5d0a41840c1e6b36c94d493af8aae1302fd0 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Tue, 29 Mar 2022 08:51:16 +0200 Subject: [PATCH] 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 --- src/cmd/go/internal/modload/stat_openfile.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.0