]> Cypherpunks repositories - gostls13.git/commit
os: add and use errProcessReleased
authorKir Kolyshkin <kolyshkin@gmail.com>
Thu, 11 Sep 2025 02:00:19 +0000 (19:00 -0700)
committerKirill Kolyshkin <kolyshkin@gmail.com>
Mon, 15 Sep 2025 18:58:58 +0000 (11:58 -0700)
commit3573227fe3fe8d141dbf06e257609a59871d5248
tree36e9503ef0846a301170cf44ceef5d4003258115
parent68c6a73380e82a0ea9a93c1a75ab8a38f28f3a3d
os: add and use errProcessReleased

This error is already used in three places, so let's define it.

Change-Id: I73565d94aebcf3d5a278201d96839d82db85a2d4
Reviewed-on: https://go-review.googlesource.com/c/go/+/702436
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Mark Freeman <markfreeman@google.com>
Reviewed-by: Sean Liao <sean@liao.dev>
Reviewed-by: Michael Pratt <mpratt@google.com>
src/os/exec.go
src/os/exec_unix.go
src/os/pidfd_linux.go