We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 696b785 commit ea71ce1Copy full SHA for ea71ce1
1 file changed
src/error.cpp
@@ -112,7 +112,7 @@ struct exit_code_category final : public error_category
112
# if defined(SIGKILL)
113
case SIGKILL: return "SIGKILL: Kill signal";
114
# endif
115
-# if defined(SIGLOST)
+# if defined(SIGLOST) && SIGLOST != SIGPWR
116
case SIGLOST: return "SIGLOST: File lock lost (unused)";
117
118
# if defined(SIGPIPE)
0 commit comments