aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/runtime/export_test.go
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2014-08-29 16:20:48 -0400
committerRuss Cox <rsc@golang.org>2014-08-29 16:20:48 -0400
commit3a7f6646cfdc19ca4f33efe48d33eb1731b49ca8 (patch)
tree36a0e2cc28431687e20d9b49ece9f7ca7dd1f20f /src/pkg/runtime/export_test.go
parent9a75c748367c2ff84de355b136c33760a6b6928a (diff)
downloadgo-3a7f6646cfdc19ca4f33efe48d33eb1731b49ca8.tar.xz
runtime: convert lock*.c to Go
LGTM=r, iant R=golang-codereviews, r, iant CC=dvyukov, golang-codereviews, khr https://golang.org/cl/139930043
Diffstat (limited to 'src/pkg/runtime/export_test.go')
-rw-r--r--src/pkg/runtime/export_test.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pkg/runtime/export_test.go b/src/pkg/runtime/export_test.go
index 3068fa34ba..5579449c4f 100644
--- a/src/pkg/runtime/export_test.go
+++ b/src/pkg/runtime/export_test.go
@@ -18,7 +18,6 @@ var Fcmp64 = fcmp64
var Fintto64 = fintto64
var F64toint = f64toint
-func entersyscall()
func lockedOSThread() bool
func stackguard() (sp, limit uintptr)