mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-06 20:58:33 +01:00
posix: Handle success in gai_strerror()
Signed-off-by: Dridi Boukelmoune <dridi.boukelmoune@gmail.com> Reviewed-by: Arjun Shankar <arjun@redhat.com>
This commit is contained in:
parent
eaa5b1cce8
commit
658f601f2a
1 changed files with 1 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
_S(0, N_("Success"))
|
||||
_S(EAI_ADDRFAMILY, N_("Address family for hostname not supported"))
|
||||
_S(EAI_AGAIN, N_("Temporary failure in name resolution"))
|
||||
_S(EAI_BADFLAGS, N_("Bad value for ai_flags"))
|
||||
|
|
Loading…
Add table
Reference in a new issue