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

@@ -53,7 +53,7 @@ const char *_sys_errlist[] = {
"Identifier removed", /* EIDRM */
"Illegal byte sequence", /* EILSEQ */
"Wrong file format or type", /* EFTYPE */
unknown, /* 46 */
"Value too large to be stored in data type", /* EOVERFLOW */
unknown, /* 47 */
unknown, /* 48 */
unknown, /* 49 */