diff --git a/src/system/libroot/posix/string/strerror.c b/src/system/libroot/posix/string/strerror.c index 104a361c6f..5df5163f55 100644 --- a/src/system/libroot/posix/string/strerror.c +++ b/src/system/libroot/posix/string/strerror.c @@ -127,6 +127,10 @@ error_description(int error) return "Missing library"; case B_MISSING_SYMBOL: return "Symbol not found"; + case B_UNKNOWN_EXECUTABLE: + return "Unknown executable format"; + case B_LEGACY_EXECUTABLE: + return "Unsupported legacy executable"; case B_DEBUGGER_ALREADY_INSTALLED: return "Debugger already installed for this team";