diff options
| author | Dmitriy Vyukov <dvyukov@google.com> | 2014-08-22 22:13:01 +0400 |
|---|---|---|
| committer | Dmitriy Vyukov <dvyukov@google.com> | 2014-08-22 22:13:01 +0400 |
| commit | afb2260491e6427fa9b2e7fc629dac736113cfa6 (patch) | |
| tree | 63ba3b5291e940fa212e9996cb90e0ce70dd1b92 /src/pkg/runtime/runtime.h | |
| parent | f4485784f05908051e7ec1732a27f53241f48fc4 (diff) | |
| download | go-afb2260491e6427fa9b2e7fc629dac736113cfa6.tar.xz | |
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
Diffstat (limited to 'src/pkg/runtime/runtime.h')
| -rw-r--r-- | src/pkg/runtime/runtime.h | 1 |
1 files changed, 1 insertions, 0 deletions
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); |
