mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-09 08:33:28 +02:00
Add sys$gethostname and /bin/hostname
This commit is contained in:
Notes:
sideshowbarker
2024-07-19 18:38:37 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/53abfa7ea1e
@@ -50,6 +50,7 @@ const char* strerror(int errnum)
|
||||
case EPIPE: return "Broken pipe";
|
||||
case EDOM: return "Math argument out of domain";
|
||||
case ERANGE: return "Math result not representable";
|
||||
case ENAMETOOLONG: return "Name too long";
|
||||
case EOVERFLOW: return "Value too large for data type";
|
||||
}
|
||||
printf("strerror() missing string for errnum=%d\n", errnum);
|
||||
|
||||
Reference in New Issue
Block a user