1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-14 09:14:58 +00:00

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

This commit is contained in:
Andreas Kling 2022-04-26 14:05:49 +02:00
parent c27a5012ad
commit 20d21fad7b

View file

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