add 0x402 (path exists) => EEXIST mapping in fs_dev

This commit is contained in:
Ezekiel Bethel 2019-04-10 02:47:49 +01:00 committed by yellows8
parent 57b028fec5
commit 26458fc1e8

View File

@ -1599,7 +1599,8 @@ typedef struct
static const error_map_t error_table[] = static const error_map_t error_table[] =
{ {
/* keep this list sorted! */ /* keep this list sorted! */
{ 0x202, ENOENT, }, { 0x202, ENOENT, },
{ 0x402, EEXIST, },
{ 0x2EE202, EINVAL, }, { 0x2EE202, EINVAL, },
{ 0x2EE602, ENAMETOOLONG, }, { 0x2EE602, ENAMETOOLONG, },
}; };