From 6450a988a7ed81e8637c106abb7fbe318011dda8 Mon Sep 17 00:00:00 2001 From: Wei Fu Date: Mon, 2 Sep 2024 10:40:39 +0800 Subject: [PATCH] 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 Reviewed-by: Dmitri Shuralyov LUCI-TryBot-Result: Go LUCI Reviewed-by: Ian Lance Taylor --- src/runtime/proc.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/runtime/proc.go b/src/runtime/proc.go index 70e432929e..c4db86225d 100644 --- a/src/runtime/proc.go +++ b/src/runtime/proc.go @@ -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.