]> Cypherpunks repositories - gostls13.git/commit
os: don't try to put directory into non-blocking mode
authorIan Lance Taylor <iant@golang.org>
Fri, 18 Nov 2022 23:20:06 +0000 (15:20 -0800)
committerGopher Robot <gobot@golang.org>
Mon, 27 Feb 2023 23:05:46 +0000 (23:05 +0000)
commit52af6550c92b1023e64c48e7b0fd947e539fb30f
tree75c67c2c33417110f3331862a7117878e0fcb0c8
parent5cded8b3bfb9d47a4e76e6ae8f4cfed15bf49666
os: don't try to put directory into non-blocking mode

Fixes #56843

Change-Id: I3cb3e8397499cd8c57a3edddd45f38c510519b36
Reviewed-on: https://go-review.googlesource.com/c/go/+/451997
Run-TryBot: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Reviewed-by: Nicolas Hillegeer <aktau@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Reviewed-by: Rob Pike <r@golang.org>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
src/os/file_unix.go
src/os/removeall_at.go
src/os/removeall_test.go