mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 13:49:16 +00:00
Implement sys$chdir() and teach sh+ls to cd around and browse different dirs.
This commit is contained in:
parent
ac738b03d6
commit
2749e7f1c2
Notes:
sideshowbarker
2024-07-19 18:38:22 +09:00
Author: https://github.com/awesomekling
Commit: 2749e7f1c2
16 changed files with 147 additions and 33 deletions
|
@ -69,6 +69,7 @@ const char* strerror(int errnum)
|
|||
case ERANGE: return "Math result not representable";
|
||||
case ENAMETOOLONG: return "Name too long";
|
||||
case EOVERFLOW: return "Value too large for data type";
|
||||
case ENOTIMPL: return "Not implemented";
|
||||
}
|
||||
printf("strerror() missing string for errnum=%d\n", errnum);
|
||||
return "Unknown error";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue