public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc] posix: Handle success in gai_strerror()
@ 2023-06-13 18:58 Arjun Shankar
  0 siblings, 0 replies; only message in thread
From: Arjun Shankar @ 2023-06-13 18:58 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=658f601f2ae3230559f7e9c629053bd2890dcf82

commit 658f601f2ae3230559f7e9c629053bd2890dcf82
Author: Dridi Boukelmoune <dridi.boukelmoune@gmail.com>
Date:   Tue Jun 13 12:08:27 2023 +0200

    posix: Handle success in gai_strerror()
    
    Signed-off-by: Dridi Boukelmoune <dridi.boukelmoune@gmail.com>
    Reviewed-by: Arjun Shankar <arjun@redhat.com>

Diff:
---
 sysdeps/posix/gai_strerror-strs.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sysdeps/posix/gai_strerror-strs.h b/sysdeps/posix/gai_strerror-strs.h
index 667c4b2d4a..cb497ff5ea 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"))

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-06-13 18:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-13 18:58 [glibc] posix: Handle success in gai_strerror() Arjun Shankar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).