We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc92027 commit 5219a1eCopy full SHA for 5219a1e
cpu/syscall_aix_ppc64_gc.go
@@ -18,6 +18,8 @@ import (
18
19
//go:cgo_import_dynamic libc_getsystemcfg getsystemcfg "libc.a/shr_64.o"
20
21
+//go:linkname libc_getsystemcfg libc_getsystemcfg
22
+
23
type syscallFunc uintptr
24
25
var libc_getsystemcfg syscallFunc
0 commit comments