summaryrefslogtreecommitdiff
path: root/src/runtime/signals_darwin.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/signals_darwin.h')
-rw-r--r--src/runtime/signals_darwin.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/runtime/signals_darwin.h b/src/runtime/signals_darwin.h
index 229b58590..8761e1bd9 100644
--- a/src/runtime/signals_darwin.h
+++ b/src/runtime/signals_darwin.h
@@ -2,12 +2,15 @@
// 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
#define P SigPanic
#define D SigDefault
+#pragma dataflag NOPTR
SigTab runtimeĀ·sigtab[] = {
/* 0 */ 0, "SIGNONE: no trap",
/* 1 */ N+K, "SIGHUP: terminal line hangup",