summaryrefslogtreecommitdiff
path: root/signal.d
diff options
context:
space:
mode:
Diffstat (limited to 'signal.d')
-rw-r--r--signal.d1
1 files changed, 1 insertions, 0 deletions
diff --git a/signal.d b/signal.d
index 233e8b1..87ca380 100644
--- a/signal.d
+++ b/signal.d
@@ -6,4 +6,5 @@ static int signals[] = {
SIGILL,
SIGINT,
SIGSEGV,
+ SIGTERM,
};