diff options
Diffstat (limited to 'libgo/go/runtime/hash32.go')
-rw-r--r-- | libgo/go/runtime/hash32.go | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/libgo/go/runtime/hash32.go b/libgo/go/runtime/hash32.go index 3449127..fba6bc3 100644 --- a/libgo/go/runtime/hash32.go +++ b/libgo/go/runtime/hash32.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 32-bit numbers. |