aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/proc.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/proc.go')
-rw-r--r--src/runtime/proc.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/runtime/proc.go b/src/runtime/proc.go
index a948149936..68296bd1e4 100644
--- a/src/runtime/proc.go
+++ b/src/runtime/proc.go
@@ -7039,6 +7039,7 @@ func setMaxThreads(in int) (out int) {
// but widely used packages access it using linkname.
// Notable members of the hall of shame include:
// - github.com/bytedance/gopkg
+// - github.com/choleraehyq/pid
//
// Do not remove or change the type signature.
// See go.dev/issue/67401.
@@ -7057,6 +7058,7 @@ func procPin() int {
// but widely used packages access it using linkname.
// Notable members of the hall of shame include:
// - github.com/bytedance/gopkg
+// - github.com/choleraehyq/pid
//
// Do not remove or change the type signature.
// See go.dev/issue/67401.
@@ -7097,6 +7099,7 @@ func sync_atomic_runtime_procUnpin() {
// sync_runtime_canSpin should be an internal detail,
// but widely used packages access it using linkname.
// Notable members of the hall of shame include:
+// - github.com/livekit/protocol
// - gvisor.dev/gvisor
//
// Do not remove or change the type signature.
@@ -7122,6 +7125,7 @@ func sync_runtime_canSpin(i int) bool {
// sync_runtime_doSpin should be an internal detail,
// but widely used packages access it using linkname.
// Notable members of the hall of shame include:
+// - github.com/livekit/protocol
// - gvisor.dev/gvisor
//
// Do not remove or change the type signature.