aboutsummaryrefslogtreecommitdiff
path: root/src/pkg
diff options
context:
space:
mode:
authorDavid Crawshaw <david.crawshaw@zentus.com>2014-08-28 11:47:54 -0400
committerRuss Cox <rsc@golang.org>2014-08-28 11:47:54 -0400
commit2c1fde07ac2a5993a8c758abb3967950afde8406 (patch)
treeae0bf8a4f476e89bcc66fa23e05af9893b632a95 /src/pkg
parentf02232072312d6cb7921ad89256894c4cbd0b63c (diff)
downloadgo-2c1fde07ac2a5993a8c758abb3967950afde8406.tar.xz
runtime: fix arm build
LGTM=rsc R=rsc CC=golang-codereviews https://golang.org/cl/134030043
Diffstat (limited to 'src/pkg')
-rw-r--r--src/pkg/runtime/stubs.go1
1 files changed, 0 insertions, 1 deletions
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)