]> Cypherpunks repositories - gostls13.git/commit
cmd/go/internal/modload: remove aix from stat_openfile.go comment
authorTobias Klauser <tklauser@distanz.ch>
Tue, 29 Mar 2022 06:51:16 +0000 (08:51 +0200)
committerGopher Robot <gobot@golang.org>
Tue, 12 Apr 2022 16:45:11 +0000 (16:45 +0000)
commit8f1d5d0a41840c1e6b36c94d493af8aae1302fd0
tree6e84e2e23a758b643e1ee20077e57eab4f27530a
parent45c3387d777caf28f4b992ad9a6216e3085bb8fe
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>
src/cmd/go/internal/modload/stat_openfile.go