瀏覽代碼

Kernel: Add ESTALE errno code (stale network file handle)

Andreas Kling 3 年之前
父節點
當前提交
20d21fad7b
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Kernel/API/POSIX/errno.h

+ 1 - 0
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 {