Add check for duplicate definition of SIGLOST

Closes #545
This commit is contained in:
John Paul Adrian Glaubitz
2026-02-17 09:35:57 +01:00
committed by Klemens Morgenstern
parent 696b785c77
commit ea71ce1995
+1 -1
View File
@@ -112,7 +112,7 @@ struct exit_code_category final : public error_category
# if defined(SIGKILL)
case SIGKILL: return "SIGKILL: Kill signal";
# endif
# if defined(SIGLOST)
# if defined(SIGLOST) && SIGLOST != SIGPWR
case SIGLOST: return "SIGLOST: File lock lost (unused)";
# endif
# if defined(SIGPIPE)