diff options
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 77f60cb4b5..6709e4f261 100644 --- a/src/pkg/runtime/runtime.h +++ b/src/pkg/runtime/runtime.h @@ -290,6 +290,7 @@ struct M GCStats gcstats; bool racecall; void* racepc; + void* sigset; uint32 moreframesize_minalloc; uintptr settype_buf[1024]; |
