mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
Use the word invalid instead of illegal.
This commit is contained in:
parent
76bf0eb30c
commit
b6b19c88fd
3 changed files with 3 additions and 3 deletions
|
@ -58,7 +58,7 @@ extern "C" const char* sortix_strerror(int errnum)
|
|||
case ENOTEMPTY: return "Directory not empty";
|
||||
case EBUSY: return "Device or resource busy";
|
||||
case EPIPE: return "Broken pipe";
|
||||
case EILSEQ: return "Illegal byte sequence";
|
||||
case EILSEQ: return "Invalid byte sequence";
|
||||
case ELAKE: return "Sit by a lake";
|
||||
case EMFILE: return "Too many open files";
|
||||
case EAGAIN: return "Resource temporarily unavailable";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue