make usocket.c consistent with other modules that call macro GAI_STRERROR
This commit is contained in:
parent
cef7b6a9c1
commit
a0b0a22f75
1 changed files with 1 additions and 1 deletions
|
@ -449,6 +449,6 @@ const char *socket_gaistrerror(int err) {
|
|||
case EAI_SERVICE: return PIE_SERVICE;
|
||||
case EAI_SOCKTYPE: return PIE_SOCKTYPE;
|
||||
case EAI_SYSTEM: return strerror(errno);
|
||||
default: return gai_strerror(err);
|
||||
default: return GAI_STRERROR(err);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue