From f4fa1ef6e6ccd9264db61c6400528158e5913bda Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Fri, 26 Sep 2014 23:20:01 +0200 Subject: Imported Upstream version 1.3.2 --- 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 511550378..42fb3a47d 100644 --- a/src/pkg/runtime/runtime.h +++ b/src/pkg/runtime/runtime.h @@ -921,6 +921,7 @@ M* runtime·newm(void); void runtime·goexit(void); void runtime·asmcgocall(void (*fn)(void*), void*); void runtime·entersyscall(void); +void runtime·reentersyscall(void*, uintptr); void runtime·entersyscallblock(void); void runtime·exitsyscall(void); G* runtime·newproc1(FuncVal*, byte*, int32, int32, void*); -- cgit v1.2.3