]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/sys/errno.h
xnu-1228.15.4.tar.gz
[apple/xnu.git] / bsd / sys / errno.h
index a11877c5228526fc6a0c5777064aa1d9d6fcf822..ec42fa74d1301474cf03c00acd7889b813084af7 100644 (file)
@@ -257,5 +257,7 @@ __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 */
+#define EREDRIVEOPEN   (-6)
 #endif
 #endif /* _SYS_ERRNO_H_ */