]> Cypherpunks repositories - gostls13.git/commit
os: correctly handle errno==0 in (*Process).blockUntilWaitable
authorDamien Neil <dneil@google.com>
Mon, 18 Nov 2024 22:39:20 +0000 (14:39 -0800)
committerGopher Robot <gobot@golang.org>
Mon, 18 Nov 2024 23:26:47 +0000 (23:26 +0000)
commitb8fe88393b122a06e00163dc464bf8cd14187f4b
tree7aa478014ccf7108679016028d7abb2560ff6a03
parenta65f1a467ff6a10dc6688f292dfa8a2e08cc1eb4
os: correctly handle errno==0 in (*Process).blockUntilWaitable

CL 627478 inadvertently returns a non-nil error
containing a syscall.Errno(0).

Change-Id: I1d6a9d0575d3ed651ddc02f30505437d0d266bb3
Reviewed-on: https://go-review.googlesource.com/c/go/+/629515
Auto-Submit: Ian Lance Taylor <iant@google.com>
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>
src/os/wait_wait6.go
src/os/wait_waitid.go