mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-22 13:02:38 +02:00
add 0x402 (path exists) => EEXIST mapping in fs_dev
This commit is contained in:
parent
57b028fec5
commit
26458fc1e8
@ -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, },
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user