diff options
Diffstat (limited to 'libgo/go/runtime/utf8.go')
-rw-r--r-- | libgo/go/runtime/utf8.go | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/libgo/go/runtime/utf8.go b/libgo/go/runtime/utf8.go index 0ba0dad..6590472 100644 --- a/libgo/go/runtime/utf8.go +++ b/libgo/go/runtime/utf8.go @@ -6,10 +6,9 @@ package runtime import _ "unsafe" // For go:linkname. -// 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 decoderune runtime.decoderune +//go:linkname decoderune // Numbers fundamental to the encoding. const ( |