Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

[PATCH] re-apply workers/51602 that was mistakenly reverted



My commit c006d76 (Mar 30, 2023) mistakenly reverted the change
in jobs.c by commit 6d40d9b (workers/51602) by Mikael.
Sorry for the mistake.

# This is pointed out by a personal mail to Mikael and me.
# Not sure it's OK to mention his name here.


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







Messages sorted by: Reverse Date, Date, Thread, Author