Added EILSEQ, based on newsgroup post by Leith
This commit is contained in:
@@ -76,6 +76,7 @@ extern int errno; /* place where the error numbers go */
|
||||
#define ELOOP (_SIGN 40) /* too many levels of symlinks detected */
|
||||
#define ERESTART (_SIGN 41) /* driver restarted */
|
||||
#define EIDRM (_SIGN 43) /* Identifier removed */
|
||||
#define EILSEQ (_SIGN 44) /* illegal byte sequence */
|
||||
|
||||
/* The following errors relate to networking. */
|
||||
#define EPACKSIZE (_SIGN 50) /* invalid packet size for some protocol */
|
||||
|
||||
Reference in New Issue
Block a user