Kernel: Add EPROMISEVIOLATION as a kernel ErrnoCode

This commit is contained in:
Brian Gianforcaro 2021-12-29 01:06:51 -08:00 committed by Andreas Kling
parent 89783d7843
commit c444a3fc9e
Notes: sideshowbarker 2024-07-17 21:58:29 +09:00

View File

@ -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 {