aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/runtime/runtime.h
diff options
context:
space:
mode:
authorDmitriy Vyukov <dvyukov@google.com>2014-07-29 22:06:47 +0400
committerDmitriy Vyukov <dvyukov@google.com>2014-07-29 22:06:47 +0400
commitdfa5a99ebb3ba3d586830caa7096e10a89b37621 (patch)
tree169f0701ae0e6ba15f6c01412e91e28ac44fa633 /src/pkg/runtime/runtime.h
parentfe3ee5741d42551e81a40de0b8220498d5c18aac (diff)
downloadgo-dfa5a99ebb3ba3d586830caa7096e10a89b37621.tar.xz
runtime: generate type info for chans
LGTM=khr R=golang-codereviews, khr CC=golang-codereviews, khr https://golang.org/cl/115280043
Diffstat (limited to 'src/pkg/runtime/runtime.h')
-rw-r--r--src/pkg/runtime/runtime.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pkg/runtime/runtime.h b/src/pkg/runtime/runtime.h
index ecff3f3b79..d21112de5a 100644
--- a/src/pkg/runtime/runtime.h
+++ b/src/pkg/runtime/runtime.h
@@ -862,6 +862,7 @@ void runtime·shrinkstack(G*);
MCache* runtime·allocmcache(void);
void runtime·freemcache(MCache*);
void runtime·mallocinit(void);
+void runtime·chaninit(void);
bool runtime·ifaceeq_c(Iface, Iface);
bool runtime·efaceeq_c(Eface, Eface);
uintptr runtime·ifacehash(Iface, uintptr);