From dbed4e9b4f60b25dd472da0dd46b398114acf2fe Mon Sep 17 00:00:00 2001 From: Keith Randall Date: Sat, 6 Sep 2014 10:07:23 -0700 Subject: 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 --- src/pkg/runtime/runtime.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/pkg/runtime/runtime.h') 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*); -- cgit v1.3