]> Zhao Yanbai Git Server - minix.git/commitdiff
Added ERESTART.
authorPhilip Homburg <philip@cs.vu.nl>
Thu, 21 Feb 2008 15:58:26 +0000 (15:58 +0000)
committerPhilip Homburg <philip@cs.vu.nl>
Thu, 21 Feb 2008 15:58:26 +0000 (15:58 +0000)
include/errno.h

index 54ca0b373f63e22d4bf6455998601e35d900d9b7..7fd2bc42b8d2e81406555bd0511adf9b2573cc2d 100755 (executable)
@@ -74,6 +74,7 @@ extern int errno;               /* place where the error numbers go */
 #define ENOSYS        (_SIGN 38)  /* function not implemented */
 #define ENOTEMPTY     (_SIGN 39)  /* directory not empty */
 #define ELOOP         (_SIGN 40)  /* too many levels of symlinks detected */
+#define ERESTART      (_SIGN 41)  /* driver restarted */
 
 /* The following errors relate to networking. */
 #define EPACKSIZE     (_SIGN 50)  /* invalid packet size for some protocol */