mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 09:37:44 +00:00
LibC: Add definition for ENOTRECOVERABLE
This is used by the LLVM port.
This commit is contained in:
parent
b1f6bfca7f
commit
4c0d868bb6
2 changed files with 3 additions and 0 deletions
|
@ -155,6 +155,8 @@ enum ErrnoCode {
|
|||
#define EDQUOT EDQUOT
|
||||
EDQUOT,
|
||||
#define EDIRINTOSELF EDIRINTOSELF
|
||||
ENOTRECOVERABLE,
|
||||
#define ENOTRECOVERABLE ENOTRECOVERABLE
|
||||
EMAXERRNO,
|
||||
#define EMAXERRNO EMAXERRNO
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue