]> Cypherpunks repositories - gostls13.git/commit
os: convert poll.ErrFileClosed to ErrClosed for Stat
authorIan Lance Taylor <iant@golang.org>
Wed, 3 Apr 2024 20:33:18 +0000 (13:33 -0700)
committerGopher Robot <gobot@golang.org>
Wed, 3 Apr 2024 22:38:03 +0000 (22:38 +0000)
commit968e1ce1e4343235de0f753d42130f3d64034a88
tree1ab2ea3422df092e697fe92cb4d49f19859b1d88
parent885fdfc082b3d5314b495aa4e8cf297e5de20052
os: convert poll.ErrFileClosed to ErrClosed for Stat

Fixes #66665

Change-Id: I3e3b7433d245daa997d7d502c2ef8978af6664fb
Reviewed-on: https://go-review.googlesource.com/c/go/+/576119
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Commit-Queue: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Robert Griesemer <gri@google.com>
src/os/stat_test.go
src/os/stat_unix.go