diff options
| author | Michael Pratt <mpratt@google.com> | 2024-02-23 13:07:11 -0500 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2024-02-23 18:29:45 +0000 |
| commit | c4e4afc90eb6fd31710edb062bacfae0643d170f (patch) | |
| tree | ba56fac577dc433b9504fe68912ea526ef7055cb /src/runtime | |
| parent | 0e7c9846c430c2952e51ba7b1085fae9bec26f81 (diff) | |
| download | go-c4e4afc90eb6fd31710edb062bacfae0643d170f.tar.xz | |
Revert "os: make FindProcess use pidfd on Linux"
This reverts CL 542699.
Reason for revert: Some applications assume FindProcess does not return
errors.
For #62654.
Fixes #65866.
Change-Id: Ic185a6253c8e508b08150b618c39a9905f6cdd60
Reviewed-on: https://go-review.googlesource.com/c/go/+/566476
Reviewed-by: Bryan Mills <bcmills@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Michael Pratt <mpratt@google.com>
Diffstat (limited to 'src/runtime')
| -rw-r--r-- | src/runtime/metrics/doc.go | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/runtime/metrics/doc.go b/src/runtime/metrics/doc.go index d1c2f8aa25..fb2f44da29 100644 --- a/src/runtime/metrics/doc.go +++ b/src/runtime/metrics/doc.go @@ -290,10 +290,6 @@ Below is the full list of supported metrics, ordered lexicographically. The number of non-default behaviors executed by the net package due to a non-default GODEBUG=multipathtcp=... setting. - /godebug/non-default-behavior/osfinderr:events - The number of non-default behaviors executed by the os package - due to a non-default GODEBUG=osfinderr=... setting. - /godebug/non-default-behavior/panicnil:events The number of non-default behaviors executed by the runtime package due to a non-default GODEBUG=panicnil=... setting. |
