From: David Crawshaw Date: Thu, 28 Aug 2014 15:47:54 +0000 (-0400) Subject: runtime: fix arm build X-Git-Tag: go1.4beta1~658 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=2c1fde07ac2a5993a8c758abb3967950afde8406;p=gostls13.git runtime: fix arm build LGTM=rsc R=rsc CC=golang-codereviews https://golang.org/cl/134030043 --- diff --git a/src/pkg/runtime/stubs.go b/src/pkg/runtime/stubs.go index 793cc3acb7..364c3e744d 100644 --- a/src/pkg/runtime/stubs.go +++ b/src/pkg/runtime/stubs.go @@ -190,7 +190,6 @@ func newstackcall(fv *funcval, addr unsafe.Pointer, size uint32) func procyield(cycles uint32) func osyield() func cgocallback_gofunc(fv *funcval, frame unsafe.Pointer, framesize uintptr) -func cmpstring(s1, s2 string) int func persistentalloc(size, align uintptr, stat *uint64) unsafe.Pointer func readgogc() int32 func notetsleepg(n *note, ns int64)