diff options
Diffstat (limited to 'src/runtime/os_linux_arm64.go')
| -rw-r--r-- | src/runtime/os_linux_arm64.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/runtime/os_linux_arm64.go b/src/runtime/os_linux_arm64.go index b51bc88820..19968dc164 100644 --- a/src/runtime/os_linux_arm64.go +++ b/src/runtime/os_linux_arm64.go @@ -27,6 +27,8 @@ func archauxv(tag, val uintptr) { } } +func osArchInit() {} + //go:nosplit func cputicks() int64 { // Currently cputicks() is used in blocking profiler and to seed fastrand(). |
