diff options
| author | Russ Cox <rsc@golang.org> | 2014-08-28 10:36:48 -0400 |
|---|---|---|
| committer | Russ Cox <rsc@golang.org> | 2014-08-28 10:36:48 -0400 |
| commit | b53b47f5ac9e11fdcd3f704bc2cb0828bdee6958 (patch) | |
| tree | 9f5ad86588fa09c9b9a3c4bcb4fccd65077c049a /src/pkg/runtime/runtime.h | |
| parent | 98e5a44a88990b4ed8130056c1d1dec4abc4ecaf (diff) | |
| download | go-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.h | 2 |
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 |
