Index: src/pkg/runtime/runtime.h |
=================================================================== |
--- a/src/pkg/runtime/runtime.h |
+++ b/src/pkg/runtime/runtime.h |
@@ -294,6 +294,9 @@ |
#ifdef GOOS_windows |
void* thread; // thread handle |
#endif |
+#ifdef GOOS_plan9 |
+ int8* notesig; |
+#endif |
SEH* seh; |
uintptr end[]; |
}; |