diff --git a/Kernel/API/POSIX/errno.h b/Kernel/API/POSIX/errno.h index 17a5b4f8d2..6b4f454e90 100644 --- a/Kernel/API/POSIX/errno.h +++ b/Kernel/API/POSIX/errno.h @@ -89,6 +89,7 @@ E(ENOTRECOVERABLE, "State not recoverable") \ E(ECANCELED, "Operation cancelled") \ E(EPROMISEVIOLATION, "The process has a promise violation") \ + E(ESTALE, "Stale network file handle") \ E(EMAXERRNO, "The highest errno +1 :^)") enum ErrnoCode {