Added EILSEQ, based on newsgroup post by Leith

This commit is contained in:
Erik van der Kouwe
2009-12-31 11:48:08 +00:00
parent 1489f14b37
commit c42de8045f
2 changed files with 2 additions and 1 deletions

View File

@@ -53,7 +53,7 @@ const char *_sys_errlist[] = {
"Driver restarted", /* ERESTART */
unknown, /* 42 */
"Identifier removed", /* EIDRM */
unknown, /* 44 */
"Illegal byte sequence", /* EILSEQ */
unknown, /* 45 */
unknown, /* 46 */
unknown, /* 47 */