mirror of
https://github.com/RGBCube/serenity
synced 2025-05-30 17:58:11 +00:00
Add sys$gethostname and /bin/hostname
This commit is contained in:
parent
3faaa3e04a
commit
53abfa7ea1
16 changed files with 77 additions and 40 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue