diff --git a/cpu/syscall_aix_ppc64_gc.go b/cpu/syscall_aix_ppc64_gc.go index 15a8b852..78fe25e8 100644 --- a/cpu/syscall_aix_ppc64_gc.go +++ b/cpu/syscall_aix_ppc64_gc.go @@ -18,6 +18,8 @@ import ( //go:cgo_import_dynamic libc_getsystemcfg getsystemcfg "libc.a/shr_64.o" +//go:linkname libc_getsystemcfg libc_getsystemcfg + type syscallFunc uintptr var libc_getsystemcfg syscallFunc