libc: Update strerror()

This commit is contained in:
apio 2022-10-12 12:01:18 +02:00
parent 0d3e7d4463
commit a3362429d3

View File

@ -121,7 +121,7 @@ extern "C"
{ {
case EPERM: return "Operation not permitted"; case EPERM: return "Operation not permitted";
case EINVAL: return "Invalid argument"; case EINVAL: return "Invalid argument";
case ENOMEM: return "Out of memory"; case ENOMEM: return "Cannot allocate memory";
case ENOSYS: return "Function not implemented"; case ENOSYS: return "Function not implemented";
case ENOENT: return "No such file or directory"; case ENOENT: return "No such file or directory";
case EBADF: return "Bad file descriptor"; case EBADF: return "Bad file descriptor";