]> Cypherpunks repositories - gostls13.git/commit
os: simplify process status
authorIan Lance Taylor <iant@golang.org>
Mon, 23 Dec 2024 05:15:30 +0000 (21:15 -0800)
committerGopher Robot <gobot@golang.org>
Fri, 7 Feb 2025 01:14:46 +0000 (17:14 -0800)
commite7c9667defe1aed61818d63ace6ebb7a27b9c13e
tree81dff13f62e565a6f1b8abe19d2ce52817901bea
parentcaf29da4ccf0ca64b422835dfa48fa6e06f87f24
os: simplify process status

Since it no longer holds a reference count, just use values.

For #70907

Change-Id: I19a42583988d4f8a9133b1c837356ca0179d688c
Reviewed-on: https://go-review.googlesource.com/c/go/+/638578
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
Reviewed-by: Robert Griesemer <gri@google.com>
src/os/exec.go
src/os/export_linux_test.go