This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / include / linux / errno.h
index a1f948f..96c5313 100644 (file)
@@ -23,6 +23,9 @@
 #define EJUKEBOX       528     /* Request initiated, but will not complete before timeout */
 #define EIOCBQUEUED    529     /* iocb queued, will get completion event */
 
+/* Defined for TUX async IO */
+#define EWOULDBLOCKIO  530     /* Would block due to block-IO */
+
 #endif
 
 #endif