Add EOVERFLOW error condition

This commit is contained in:
Thomas Veerman
2010-07-15 12:36:41 +00:00
parent 3404e8e4e5
commit ca0bed1400
3 changed files with 5 additions and 1 deletions

View File

@@ -78,6 +78,7 @@ extern int errno; /* place where the error numbers go */
#define EIDRM (_SIGN 43) /* Identifier removed */
#define EILSEQ (_SIGN 44) /* illegal byte sequence */
#define EFTYPE (_SIGN 45) /* wrong file format or type */
#define EOVERFLOW (_SIGN 46) /* value too large to store in data type */
/* The following errors relate to networking. */
#define EPACKSIZE (_SIGN 50) /* invalid packet size for some protocol */