mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-21 20:15:17 +00:00
Kernel: Add EPROMISEVIOLATION as a kernel ErrnoCode
This commit is contained in:
parent
89783d7843
commit
c444a3fc9e
Notes:
sideshowbarker
2024-07-17 21:58:29 +09:00
Author: https://github.com/bgianfo Commit: https://github.com/SerenityOS/serenity/commit/c444a3fc9e1 Pull-request: https://github.com/SerenityOS/serenity/pull/11476
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