Added ERESTART.

This commit is contained in:
Philip Homburg 2008-02-21 15:58:26 +00:00
parent 3b3fc8a9c4
commit e674f1a54f

View file

@ -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 */