]> Cypherpunks repositories - gostls13.git/commit
os: use ignoringEINTR2 in (*Process).pidWait
authorTobias Klauser <tklauser@distanz.ch>
Wed, 20 Nov 2024 10:15:02 +0000 (11:15 +0100)
committerGopher Robot <gobot@golang.org>
Wed, 20 Nov 2024 22:54:25 +0000 (22:54 +0000)
commitc94a9fdf651e44bed2fc72c783990a0eba63b24e
treedf3c9f5d7a1a8844c56eddae4448c1f0817dbe26
parentdce30a19200d06b778fa90c96231b3cf71fe72d8
os: use ignoringEINTR2 in (*Process).pidWait

This was missed in CL 627479.

Change-Id: Ibcd511573c330bf782fe6a8a50d56bb70aedf3c7
Reviewed-on: https://go-review.googlesource.com/c/go/+/629915
Reviewed-by: Ian Lance Taylor <iant@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Auto-Submit: Tobias Klauser <tobias.klauser@gmail.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/os/exec_unix.go