mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-12 17:37:53 +03: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
@ -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…
Reference in New Issue
Block a user