]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/sys/errno.h
xnu-1228.5.18.tar.gz
[apple/xnu.git] / bsd / sys / errno.h
index a11877c5228526fc6a0c5777064aa1d9d6fcf822..67aff41a164a6745d582ed167c6ffc993e57333d 100644 (file)
@@ -257,5 +257,6 @@ __END_DECLS
 /* pseudo-errors returned inside kernel to modify return to process */
 #define        ERESTART        (-1)            /* restart syscall */
 #define        EJUSTRETURN     (-2)            /* don't modify regs, just return */
+#define ERECYCLE    (-5)               /* restart lookup under heavy vnode pressure/recycling */
 #endif
 #endif /* _SYS_ERRNO_H_ */