diff options
Diffstat (limited to 'libgo/go/bytes/bytes_decl.go')
-rw-r--r-- | libgo/go/bytes/bytes_decl.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/go/bytes/bytes_decl.go b/libgo/go/bytes/bytes_decl.go index 617d7489a6a..b453f21aa43 100644 --- a/libgo/go/bytes/bytes_decl.go +++ b/libgo/go/bytes/bytes_decl.go @@ -21,4 +21,4 @@ func Equal(a, b []byte) bool // ../runtime/asm_$GOARCH.s // Compare returns an integer comparing two byte slices lexicographically. // The result will be 0 if a==b, -1 if a < b, and +1 if a > b. // A nil argument is equivalent to an empty slice. -func Compare(a, b []byte) int // ../runtime/noasm_arm.goc or ../runtime/asm_{386,amd64}.s +func Compare(a, b []byte) int // ../runtime/noasm.go or ../runtime/asm_{386,amd64}.s |