From: Dridi Boukelmoune Date: Tue, 13 Jun 2023 10:08:27 +0000 (+0200) Subject: posix: Handle success in gai_strerror() X-Git-Tag: glibc-2.38~137 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=658f601f2ae3230559f7e9c629053bd2890dcf82;p=thirdparty%2Fglibc.git posix: Handle success in gai_strerror() Signed-off-by: Dridi Boukelmoune Reviewed-by: Arjun Shankar --- diff --git a/sysdeps/posix/gai_strerror-strs.h b/sysdeps/posix/gai_strerror-strs.h index 667c4b2d4a5..cb497ff5ea1 100644 --- a/sysdeps/posix/gai_strerror-strs.h +++ b/sysdeps/posix/gai_strerror-strs.h @@ -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"))