From afb2260491e6427fa9b2e7fc629dac736113cfa6 Mon Sep 17 00:00:00 2001 From: Dmitriy Vyukov Date: Fri, 22 Aug 2014 22:13:01 +0400 Subject: runtime: convert note to Go Note is required for timers and heap scavenger. LGTM=rsc R=golang-codereviews, rsc CC=golang-codereviews, khr, rlh https://golang.org/cl/128620043 --- src/pkg/runtime/runtime.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/pkg/runtime/runtime.h') diff --git a/src/pkg/runtime/runtime.h b/src/pkg/runtime/runtime.h index d38eb454b7..35574f4cd6 100644 --- a/src/pkg/runtime/runtime.h +++ b/src/pkg/runtime/runtime.h @@ -931,6 +931,7 @@ void runtime·asmcgocall(void (*fn)(void*), void*); void runtime·entersyscall(void); void runtime·entersyscallblock(void); void runtime·exitsyscall(void); +void runtime·entersyscallblock_m(void); G* runtime·newproc1(FuncVal*, byte*, int32, int32, void*); bool runtime·sigsend(int32 sig); int32 runtime·callers(int32, uintptr*, int32); -- cgit v1.3-5-g9baa