aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/runtime/runtime.h
diff options
context:
space:
mode:
authorKeith Randall <khr@golang.org>2014-09-06 10:07:23 -0700
committerKeith Randall <khr@golang.org>2014-09-06 10:07:23 -0700
commitdbed4e9b4f60b25dd472da0dd46b398114acf2fe (patch)
treec741949eb2110b3370ad59c7ef9d1a02d8ad4b37 /src/pkg/runtime/runtime.h
parent0e19a3d6d073e70e8849011d673c68da8b5049b2 (diff)
downloadgo-dbed4e9b4f60b25dd472da0dd46b398114acf2fe.tar.xz
runtime: get rid of other Go->C calls in test exports.
testSchedLocal* tests need to malloc now because their stack frames are too big to fit on the G0 stack. LGTM=iant R=golang-codereviews, iant, khr CC=golang-codereviews https://golang.org/cl/133660043
Diffstat (limited to 'src/pkg/runtime/runtime.h')
-rw-r--r--src/pkg/runtime/runtime.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pkg/runtime/runtime.h b/src/pkg/runtime/runtime.h
index 4f279db3fb..52796f6fe4 100644
--- a/src/pkg/runtime/runtime.h
+++ b/src/pkg/runtime/runtime.h
@@ -1060,7 +1060,6 @@ void runtime·procyield(uint32);
void runtime·osyield(void);
void runtime·lockOSThread(void);
void runtime·unlockOSThread(void);
-bool runtime·lockedOSThread(void);
bool runtime·showframe(Func*, G*);
void runtime·printcreatedby(G*);