mirror of
git://git.musl-libc.org/musl
synced 2025-03-06 19:57:37 +00:00
fix wrong messages in gai_strerror
i had missed the fact that a couple values were unassigned...
This commit is contained in:
parent
f4e8e64b82
commit
88798393ca
@ -5,9 +5,11 @@ static const char msgs[] =
|
||||
"Name does not resolve\0"
|
||||
"Try again\0"
|
||||
"Non-recoverable error\0"
|
||||
"Unknown error\0"
|
||||
"Unrecognized address family or invalid length\0"
|
||||
"Unrecognized socket type\0"
|
||||
"Unrecognized service\0"
|
||||
"Unknown error\0"
|
||||
"Out of memory\0"
|
||||
"System error\0"
|
||||
"Overflow\0"
|
||||
|
Loading…
Reference in New Issue
Block a user