mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
9pfuse: update errortab
This commit is contained in:
parent
e0434ae424
commit
dc24d309d5
1 changed files with 2 additions and 0 deletions
|
@ -21,6 +21,7 @@ static Error errortab[] = {
|
|||
{ "exist", ENOENT },
|
||||
{ "no such", ENOENT },
|
||||
{ "not found", ENOENT },
|
||||
{ "not implemented", ENOSYS},
|
||||
{ "input/output", EIO },
|
||||
{ "timeout", ETIMEDOUT },
|
||||
{ "timed out", ETIMEDOUT },
|
||||
|
@ -42,6 +43,7 @@ static Error errortab[] = {
|
|||
{ "invalid", EINVAL },
|
||||
{ "read-only", EROFS },
|
||||
{ "read only", EROFS },
|
||||
{ "stale ", ESTALE},
|
||||
#ifdef EPROTO
|
||||
{ "proto", EPROTO },
|
||||
#else
|
||||
|
|
Loading…
Reference in a new issue