summaryrefslogtreecommitdiffstats
path: root/openbsd
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2015-10-06 12:58:53 -0300
committerHisham Muhammad <hisham@gobolinux.org>2015-10-06 12:58:53 -0300
commit56193323ce824a3f76166be1f0405cd98ddb31db (patch)
treed7bb480fc4c4369b602872183178be70f30bcc37 /openbsd
parentee0d602a4776fea570d25b05eac170d7b512c163 (diff)
let's let the user find SIGIOT if the look for it :)
Diffstat (limited to 'openbsd')
-rw-r--r--openbsd/Platform.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/openbsd/Platform.c b/openbsd/Platform.c
index 25d53cc3..a961c77e 100644
--- a/openbsd/Platform.c
+++ b/openbsd/Platform.c
@@ -105,7 +105,8 @@ SignalItem Platform_signals[] = {
{ .name = " 3 SIGQUIT", .number = 3 },
{ .name = " 4 SIGILL", .number = 4 },
{ .name = " 5 SIGTRAP", .number = 5 },
- { .name = " 6 SIGABRT", .number = 6 }, /* a.k.a. SIGIOT */
+ { .name = " 6 SIGABRT", .number = 6 },
+ { .name = " 6 SIGIOT", .number = 6 },
{ .name = " 7 SIGEMT", .number = 7 },
{ .name = " 8 SIGFPE", .number = 8 },
{ .name = " 9 SIGKILL", .number = 9 },

© 2014-2024 Faster IT GmbH | imprint | privacy policy