diff options
Diffstat (limited to 'src/pkg/runtime/os_plan9.c')
| -rw-r--r-- | src/pkg/runtime/os_plan9.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/runtime/os_plan9.c b/src/pkg/runtime/os_plan9.c index 2f6d4f224f..07db2c3055 100644 --- a/src/pkg/runtime/os_plan9.c +++ b/src/pkg/runtime/os_plan9.c @@ -324,7 +324,7 @@ runtime·memlimit(void) return 0; } -#pragma dataflag 16 // no pointers +#pragma dataflag NOPTR static int8 badsignal[] = "runtime: signal received on thread not created by Go.\n"; // This runs on a foreign stack, without an m or a g. No stack split. |
