mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 21:08:12 +00:00
Kernel: Add EPROMISEVIOLATION as a kernel ErrnoCode
This commit is contained in:
parent
89783d7843
commit
c444a3fc9e
1 changed files with 1 additions and 0 deletions
|
@ -89,6 +89,7 @@
|
|||
E(EDQUOT, "Quota exceeded") \
|
||||
E(ENOTRECOVERABLE, "State not recoverable") \
|
||||
E(ECANCELED, "Operation cancelled") \
|
||||
E(EPROMISEVIOLATION, "The process has a promise violation") \
|
||||
E(EMAXERRNO, "The highest errno +1 :^)")
|
||||
|
||||
enum ErrnoCode {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue