Revert "fix(usocket): Fix typo in return value function name"
This reverts commit 88c72acd77
.
See discussion on #390
This commit is contained in:
parent
48164b572e
commit
26b524e1d7
1 changed files with 1 additions and 1 deletions
|
@ -403,7 +403,7 @@ const char *socket_hoststrerror(int err) {
|
|||
if (err <= 0) return io_strerror(err);
|
||||
switch (err) {
|
||||
case HOST_NOT_FOUND: return PIE_HOST_NOT_FOUND;
|
||||
default: return strerror(err);
|
||||
default: return hstrerror(err);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue