53907: re-apply 6d40d9b (Handle SIGIOT as an alias to SIGABRT)

It was mistakenly reverted by c006d76.
This commit is contained in:
Jun-ichi Takimoto
2025-09-03 10:34:50 +09:00
parent dff057259d
commit 3cd363c880
2 changed files with 10 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
2025-09-03 Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>
* 53907: Src/jobs.c: re-apply the patch in 51602 (Handle SIGIOT
as an alias to SIGABRT) that was mistakenly reverted by 51604
2025-09-01 Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>
* 53898: Completion/Unix/Command/_date,

View File

@@ -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