summaryrefslogtreecommitdiffstats
path: root/Src
diff options
context:
space:
mode:
Diffstat (limited to 'Src')
-rw-r--r--Src/jobs.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/Src/jobs.c b/Src/jobs.c
index ad14f6312..2d0465a22 100644
--- a/Src/jobs.c
+++ b/Src/jobs.c
@@ -2754,6 +2754,11 @@ static const struct {
{ "IO", SIGIO },
#endif
#endif
+#if defined(SIGABRT) && defined(SIGIOT)
+#if SIGABRT == SIGIOT
+ { "IOT", SIGIOT },
+#endif
+#endif
#if !defined(SIGERR)
/*
* If SIGERR is not defined by the operating system, use it