diff options
Diffstat (limited to 'libgo/go/runtime/hash64.go')
-rw-r--r-- | libgo/go/runtime/hash64.go | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/libgo/go/runtime/hash64.go b/libgo/go/runtime/hash64.go index 7c6513e..3f94256 100644 --- a/libgo/go/runtime/hash64.go +++ b/libgo/go/runtime/hash64.go @@ -12,10 +12,9 @@ package runtime import "unsafe" -// For gccgo, use go:linkname to rename compiler-called functions to -// themselves, so that the compiler will export them. +// For gccgo, use go:linkname to export compiler-called functions. // -//go:linkname memhash runtime.memhash +//go:linkname memhash const ( // Constants for multiplication: four random odd 64-bit numbers. |