summaryrefslogtreecommitdiff
path: root/src/runtime/stubs.go
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2014-09-11 16:22:21 -0400
committerRuss Cox <rsc@golang.org>2014-09-11 16:22:21 -0400
commit42444c720cfafaab831d678bfffd88d801cfb80e (patch)
tree5ffb2bed9ab2df9d88a07bc8461c98fdde7ef591 /src/runtime/stubs.go
parentc91c503389069f2d80bccd7d3f58d0bc0cfaf7cd (diff)
downloadgo-42444c720cfafaab831d678bfffd88d801cfb80e.tar.gz
runtime: move gosched to Go, to add stack frame information
LGTM=khr R=khr CC=golang-codereviews https://codereview.appspot.com/134520044
Diffstat (limited to 'src/runtime/stubs.go')
-rw-r--r--src/runtime/stubs.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/runtime/stubs.go b/src/runtime/stubs.go
index 45fc877e5..ff443c4cd 100644
--- a/src/runtime/stubs.go
+++ b/src/runtime/stubs.go
@@ -130,7 +130,6 @@ func memclr(ptr unsafe.Pointer, n uintptr)
//go:noescape
func memmove(to unsafe.Pointer, from unsafe.Pointer, n uintptr)
-func gosched()
func starttheworld()
func stoptheworld()
func newextram()