diff options
Diffstat (limited to 'src/pkg/runtime/cgo/libcgo.h')
-rw-r--r-- | src/pkg/runtime/cgo/libcgo.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pkg/runtime/cgo/libcgo.h b/src/pkg/runtime/cgo/libcgo.h index 41a371c27..65ea3f372 100644 --- a/src/pkg/runtime/cgo/libcgo.h +++ b/src/pkg/runtime/cgo/libcgo.h @@ -34,6 +34,7 @@ struct ThreadStart { uintptr m; G *g; + uintptr *tls; void (*fn)(void); }; |