From e674f1a54f6650182b3bc6b36ac09ea64e9893ad Mon Sep 17 00:00:00 2001 From: Philip Homburg Date: Thu, 21 Feb 2008 15:58:26 +0000 Subject: [PATCH] Added ERESTART. --- include/errno.h | 1 + 1 file changed, 1 insertion(+) 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 */ -- 2.44.0