mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-26 11:20:03 +00:00
Add sys$gethostname and /bin/hostname
This commit is contained in:
@@ -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