public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [PATCH v2 1/2] posix: Handle success in gai_strerror()
@ 2023-06-13 10:08 Dridi Boukelmoune
  2023-06-13 10:08 ` [PATCH v2 2/2] posix: Add test case for gai_strerror() Dridi Boukelmoune
  0 siblings, 1 reply; 4+ messages in thread
From: Dridi Boukelmoune @ 2023-06-13 10:08 UTC (permalink / raw)
  To: libc-alpha; +Cc: Dridi Boukelmoune

Signed-off-by: Dridi Boukelmoune <dridi.boukelmoune@gmail.com>
---
 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"))
-- 
2.40.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-06-13 19:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-13 10:08 [PATCH v2 1/2] posix: Handle success in gai_strerror() Dridi Boukelmoune
2023-06-13 10:08 ` [PATCH v2 2/2] posix: Add test case for gai_strerror() Dridi Boukelmoune
2023-06-13 18:48   ` Arjun Shankar
2023-06-13 19:08     ` Dridi Boukelmoune

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).