aboutsummaryrefslogtreecommitdiff
path: root/doc
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 /doc
parent0e7c9846c430c2952e51ba7b1085fae9bec26f81 (diff)
downloadgo-c4e4afc90eb6fd31710edb062bacfae0643d170f.tar.gz
go-c4e4afc90eb6fd31710edb062bacfae0643d170f.zip
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 'doc')
-rw-r--r--doc/godebug.md5
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/godebug.md b/doc/godebug.md
index 9dbbab284d..a7619c9a3d 100644
--- a/doc/godebug.md
+++ b/doc/godebug.md
@@ -126,11 +126,6 @@ for example,
see the [runtime documentation](/pkg/runtime#hdr-Environment_Variables)
and the [go command documentation](/cmd/go#hdr-Build_and_test_caching).
-### Go 1.23
-
-Go 1.23 enabled Linux pidfd support for process lookup. This feature can be
-disabled by using the [`osfinderr` setting](/pkg/os#FindProcess).
-
### Go 1.22
Go 1.22 adds a configurable limit to control the maximum acceptable RSA key size