]> Cypherpunks repositories - gostls13.git/commit
os: add and use ignoringEINTR2
authorTobias Klauser <tklauser@distanz.ch>
Fri, 15 Nov 2024 19:41:33 +0000 (20:41 +0100)
committerTobias Klauser <tklauser@distanz.ch>
Sat, 16 Nov 2024 08:22:18 +0000 (08:22 +0000)
commitff2376dbe3b1a65fdb6855b1f831228d1e54b71f
tree58d1d5d9b1515eae0b05b53e657d6d3df604132a
parenteea5e13de4b57e7307a20192c8a27565f136484f
os: add and use ignoringEINTR2

Copy ignoringEINTR2 from internal/poll and make use of it to remove
open-coded implementations.

Change-Id: I8802862f2012980f2af445b75eb45bb5a97bcc2a
Reviewed-on: https://go-review.googlesource.com/c/go/+/627479
Auto-Submit: Tobias Klauser <tobias.klauser@gmail.com>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Damien Neil <dneil@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/os/file_plan9.go
src/os/file_posix.go
src/os/file_unix.go
src/os/getwd.go
src/os/removeall_at.go