فهرست منبع

Kernel: Add EPROMISEVIOLATION as a kernel ErrnoCode

Brian Gianforcaro 3 سال پیش
والد
کامیت
c444a3fc9e
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      Kernel/API/POSIX/errno.h

+ 1 - 0
Kernel/API/POSIX/errno.h

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