]> Cypherpunks repositories - gostls13.git/commit
os: have RemoveAll loop on EINTR
authorNigel Tao <nigeltao@golang.org>
Mon, 23 Jan 2023 22:49:36 +0000 (09:49 +1100)
committerNigel Tao <nigeltao@golang.org>
Wed, 25 Jan 2023 07:07:01 +0000 (07:07 +0000)
commita11b8e37652ff60302b4a4a55a8a43db6a066ecf
tree0a1f0b4fd5a1ca60449fb2de980318862cd99dac
parente216ee7e7416df48dc9550a6f18552a4ada5d419
os: have RemoveAll loop on EINTR

Fixes #57966

Change-Id: Ia732d499ff9bd6e70030daab8fac42d1e204be37
Reviewed-on: https://go-review.googlesource.com/c/go/+/463076
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Bryan Mills <bcmills@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Run-TryBot: Nigel Tao <nigeltao@golang.org>
Reviewed-by: Nigel Tao (INACTIVE; USE @golang.org INSTEAD) <nigeltao@google.com>
src/os/removeall_at.go