index
:
libc-tests
libc-tests
tests for conformance with ISO/IEC 9899
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
signal.d
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'signal.d')
-rw-r--r--
signal.d
1
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,
};