mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 02:27:43 +00:00
Kernel+LibC: Add ECANCELED errno value
This is needed for clangd to compile.
This commit is contained in:
parent
dee0c004e0
commit
e37dbee017
2 changed files with 2 additions and 0 deletions
|
@ -88,6 +88,7 @@
|
|||
#define EDQUOT EDQUOT
|
||||
#define EDIRINTOSELF EDIRINTOSELF
|
||||
#define ENOTRECOVERABLE ENOTRECOVERABLE
|
||||
#define ECANCELED ECANCELED
|
||||
#define EMAXERRNO EMAXERRNO
|
||||
|
||||
#define EWOULDBLOCK EAGAIN
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue