mirror of https://github.com/golang/go.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 <tobias.klauser@gmail.com> TryBot-Result: Gopher Robot <gobot@golang.org> Auto-Submit: Tobias Klauser <tobias.klauser@gmail.com> Reviewed-by: Bryan Mills <bcmills@google.com> Reviewed-by: Russ Cox <rsc@golang.org>
This commit is contained in:
parent
45c3387d77
commit
8f1d5d0a41
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue