summaryrefslogtreecommitdiff
path: root/src/runtime/signals_plan9.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/signals_plan9.h')
-rw-r--r--src/runtime/signals_plan9.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/runtime/signals_plan9.h b/src/runtime/signals_plan9.h
index 818f508cf..4ee8e542c 100644
--- a/src/runtime/signals_plan9.h
+++ b/src/runtime/signals_plan9.h
@@ -2,6 +2,8 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
+#include "textflag.h"
+
#define N SigNotify
#define K SigKill
#define T SigThrow
@@ -16,6 +18,7 @@
// If you add entries to this table, you must respect the prefix ordering
// and also update the constant values is os_plan9.h.
+#pragma dataflag NOPTR
SigTab runtimeĀ·sigtab[] = {
// Traps that we cannot be recovered.
T, "sys: trap: debug exception",