mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-23 09:51:57 -05: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
Reference in a new issue