diff options
| author | Dmitriy Vyukov <dvyukov@google.com> | 2014-08-24 11:50:37 +0400 |
|---|---|---|
| committer | Dmitriy Vyukov <dvyukov@google.com> | 2014-08-24 11:50:37 +0400 |
| commit | 651d0cf204da51eddec88c32c039d750ef7edbbd (patch) | |
| tree | ae4477dee6d5aea3309068e6658b2a45d477ee71 /src/pkg/runtime/runtime.h | |
| parent | 98bebcc90a4e50e3fd458585744829f2065f2b09 (diff) | |
| download | go-651d0cf204da51eddec88c32c039d750ef7edbbd.tar.xz | |
runtime: convert sigqueue to Go
LGTM=rsc
R=golang-codereviews, rsc
CC=golang-codereviews, khr
https://golang.org/cl/132090043
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 35574f4cd6..dcce369a5c 100644 --- a/src/pkg/runtime/runtime.h +++ b/src/pkg/runtime/runtime.h @@ -781,6 +781,7 @@ extern DebugVars runtime·debug; extern uintptr runtime·maxstacksize; extern byte* runtime·gcdatamask; extern byte* runtime·gcbssmask; +extern Note runtime·signote; /* * common functions and data |
