Skip to content

Commit 1133856

Browse files
aclementspull[bot]
authored andcommitted
runtime: push vdsoClockgettimeSym linkname on linux/arm64
Updates #67401. Change-Id: I491ad443673193db4f921346539ca5e41afad2ef Reviewed-on: https://go-review.googlesource.com/c/go/+/586896 Auto-Submit: Austin Clements <[email protected]> Reviewed-by: Than McIntosh <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Florian Zenker <[email protected]>
1 parent c02036b commit 1133856

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/runtime/badlinkname_linux_amd64.go renamed to src/runtime/badlinkname_linux.go

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
// Use of this source code is governed by a BSD-style
33
// license that can be found in the LICENSE file.
44

5+
//go:build amd64 || arm64
6+
57
package runtime
68

79
import _ "unsafe"

0 commit comments

Comments
 (0)