From: Philip Homburg Date: Thu, 21 Feb 2008 15:58:26 +0000 (+0000) Subject: Added ERESTART. X-Git-Tag: v3.1.4~292 X-Git-Url: http://zhaoyanbai.com/repos/zlib_tech.html?a=commitdiff_plain;h=e674f1a54f6650182b3bc6b36ac09ea64e9893ad;p=minix.git Added ERESTART. --- diff --git a/include/errno.h b/include/errno.h index 54ca0b373..7fd2bc42b 100755 --- a/include/errno.h +++ b/include/errno.h @@ -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 */