mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-22 21:02:39 +02:00
add 0x402 (path exists) => EEXIST mapping in fs_dev
This commit is contained in:
parent
57b028fec5
commit
26458fc1e8
@ -1600,6 +1600,7 @@ 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