LibC: Add definition for ENOTRECOVERABLE

This is used by the LLVM port.
This commit is contained in:
Daniel Bertalan 2021-11-18 22:51:36 +01:00 committed by Brian Gianforcaro
commit 4c0d868bb6
Notes: sideshowbarker 2024-07-18 00:35:07 +09:00
2 changed files with 3 additions and 0 deletions

View file

@ -339,6 +339,7 @@ const char* const sys_errlist[] = {
"Protocol family not supported",
"Cannot make directory a subdirectory of itself",
"Quota exceeded",
"State not recoverable",
"The highest errno +1 :^)",
};