aboutsummaryrefslogtreecommitdiff
path: root/src/internal/godebugs
diff options
context:
space:
mode:
authorMichael Pratt <mpratt@google.com>2024-02-23 13:07:11 -0500
committerGopher Robot <gobot@golang.org>2024-02-23 18:29:45 +0000
commitc4e4afc90eb6fd31710edb062bacfae0643d170f (patch)
treeba56fac577dc433b9504fe68912ea526ef7055cb /src/internal/godebugs
parent0e7c9846c430c2952e51ba7b1085fae9bec26f81 (diff)
downloadgo-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/internal/godebugs')
-rw-r--r--src/internal/godebugs/table.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/internal/godebugs/table.go b/src/internal/godebugs/table.go
index 4ac306b323..a0a0672966 100644
--- a/src/internal/godebugs/table.go
+++ b/src/internal/godebugs/table.go
@@ -42,7 +42,6 @@ var All = []Info{
{Name: "multipartmaxparts", Package: "mime/multipart"},
{Name: "multipathtcp", Package: "net"},
{Name: "netdns", Package: "net", Opaque: true},
- {Name: "osfinderr", Package: "os"},
{Name: "panicnil", Package: "runtime", Changed: 21, Old: "1"},
{Name: "randautoseed", Package: "math/rand"},
{Name: "tarinsecurepath", Package: "archive/tar"},