summaryrefslogtreecommitdiff
path: root/signal.d
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2019-03-01 19:46:28 -0500
committerJakob Kaivo <jkk@ung.org>2019-03-01 19:46:28 -0500
commit1ee4fe83d74978f44eb61b23dda9c258f4af82b1 (patch)
tree358c7a26e017457c44804fa10d0c7e82042cb569 /signal.d
parentdf9ef3a48883d4a34eeabbfd5af42f289c1353c2 (diff)
decide not to try autogenerating tests, it is too error prone
Diffstat (limited to 'signal.d')
-rw-r--r--signal.d10
1 files changed, 0 insertions, 10 deletions
diff --git a/signal.d b/signal.d
deleted file mode 100644
index 87ca380..0000000
--- a/signal.d
+++ /dev/null
@@ -1,10 +0,0 @@
-static sig_atomic_t a_sig_atomic_t;
-
-static int signals[] = {
- SIGABRT,
- SIGFPE,
- SIGILL,
- SIGINT,
- SIGSEGV,
- SIGTERM,
-};