aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/runtime/runtime.h
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2014-08-28 10:36:48 -0400
committerRuss Cox <rsc@golang.org>2014-08-28 10:36:48 -0400
commitb53b47f5ac9e11fdcd3f704bc2cb0828bdee6958 (patch)
tree9f5ad86588fa09c9b9a3c4bcb4fccd65077c049a /src/pkg/runtime/runtime.h
parent98e5a44a88990b4ed8130056c1d1dec4abc4ecaf (diff)
downloadgo-b53b47f5ac9e11fdcd3f704bc2cb0828bdee6958.tar.xz
runtime: finish converting iface.goc to iface.go
LGTM=bradfitz, dvyukov R=golang-codereviews, bradfitz, dvyukov CC=golang-codereviews, iant, khr https://golang.org/cl/131510043
Diffstat (limited to 'src/pkg/runtime/runtime.h')
-rw-r--r--src/pkg/runtime/runtime.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/runtime/runtime.h b/src/pkg/runtime/runtime.h
index 72f446f379..90cb3cbd7f 100644
--- a/src/pkg/runtime/runtime.h
+++ b/src/pkg/runtime/runtime.h
@@ -959,7 +959,7 @@ void _rt0_go(void);
void* runtime·funcdata(Func*, int32);
void runtime·setmaxthreads_m(void);
G* runtime·timejump(void);
-void runtime·iterate_itabs(void (*callback)(Itab*));
+void runtime·iterate_itabs(void (**callback)(Itab*));
void runtime·iterate_finq(void (*callback)(FuncVal*, byte*, uintptr, Type*, PtrType*));
#pragma varargck argpos runtime·printf 1