summaryrefslogtreecommitdiff
path: root/signal.d
diff options
context:
space:
mode:
Diffstat (limited to 'signal.d')
-rw-r--r--signal.d9
1 files changed, 9 insertions, 0 deletions
diff --git a/signal.d b/signal.d
new file mode 100644
index 0000000..233e8b1
--- /dev/null
+++ b/signal.d
@@ -0,0 +1,9 @@
+static sig_atomic_t a_sig_atomic_t;
+
+static int signals[] = {
+ SIGABRT,
+ SIGFPE,
+ SIGILL,
+ SIGINT,
+ SIGSEGV,
+};