]> Cypherpunks repositories - gostls13.git/commit
os: kick FIFOs with O_NONBLOCK out of the kqueue on Darwin/iOS
authorAndy Pan <panjf2000@gmail.com>
Wed, 13 Mar 2024 02:15:19 +0000 (10:15 +0800)
committerGopher Robot <gobot@golang.org>
Tue, 19 Mar 2024 11:47:23 +0000 (11:47 +0000)
commitb750841906c84e894dfa3ee43e0f65d94f989b01
tree1cace2a30edf8154ab008a9a74206ee8d017fea7
parent207511a0d4a7cc68ccad89f0a00ab51d6fc4ee08
os: kick FIFOs with O_NONBLOCK out of the kqueue on Darwin/iOS

Fixes #66239

Change-Id: I8210682c0cf4285b950e9fabe687b7ad2369835c
Reviewed-on: https://go-review.googlesource.com/c/go/+/570397
Auto-Submit: Ian Lance Taylor <iant@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Run-TryBot: Andy Pan <panjf2000@gmail.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Reviewed-by: David Chase <drchase@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
src/os/fifo_test.go
src/os/file_unix.go
src/os/pipe2_unix.go
src/os/pipe_unix.go
src/os/removeall_at.go