mirror of
https://github.com/boostorg/process.git
synced 2026-07-21 13:33:39 +00:00
committed by
Klemens Morgenstern
parent
696b785c77
commit
ea71ce1995
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user