1
0
mirror of https://github.com/golang/go synced 2024-09-23 07:23:18 -06:00

runtime: update comment for golinkname

containerd deleted unsafe, golinkname usage from whole project in
the https://github.com/containerd/containerd/pull/10611. This patch is
to delete contained name in the comment.

Change-Id: Ide55ad9c65b3b622650a0b5813a7817306e87d3f
Reviewed-on: https://go-review.googlesource.com/c/go/+/609996
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
This commit is contained in:
Wei Fu 2024-09-02 10:40:39 +08:00 committed by Gopher Robot
parent 1b5ae45181
commit 6450a988a7

View File

@ -4845,7 +4845,6 @@ func exitsyscall0(gp *g) {
// syscall_runtime_BeforeFork is for package syscall,
// but widely used packages access it using linkname.
// Notable members of the hall of shame include:
// - github.com/containerd/containerd
// - gvisor.dev/gvisor
//
// Do not remove or change the type signature.
@ -4875,7 +4874,6 @@ func syscall_runtime_BeforeFork() {
// syscall_runtime_AfterFork is for package syscall,
// but widely used packages access it using linkname.
// Notable members of the hall of shame include:
// - github.com/containerd/containerd
// - gvisor.dev/gvisor
//
// Do not remove or change the type signature.
@ -4909,7 +4907,6 @@ var inForkedChild bool
// syscall_runtime_AfterForkInChild is for package syscall,
// but widely used packages access it using linkname.
// Notable members of the hall of shame include:
// - github.com/containerd/containerd
// - gvisor.dev/gvisor
//
// Do not remove or change the type signature.