public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc] posix: Add error message for EAI_OVERFLOW
@ 2023-05-29 13:32 Arjun Shankar
  0 siblings, 0 replies; only message in thread
From: Arjun Shankar @ 2023-05-29 13:32 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=33d7c0e1cb712a3b7ea46d7f88569721805bc2db

commit 33d7c0e1cb712a3b7ea46d7f88569721805bc2db
Author: Dridi Boukelmoune <dridi.boukelmoune@gmail.com>
Date:   Thu May 25 14:45:03 2023 +0200

    posix: Add error message for EAI_OVERFLOW
    
    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 19040a5138..667c4b2d4a 100644
--- a/sysdeps/posix/gai_strerror-strs.h
+++ b/sysdeps/posix/gai_strerror-strs.h
@@ -15,3 +15,4 @@ _S(EAI_NOTCANCELED, N_("Request not canceled"))
 _S(EAI_ALLDONE, N_("All requests done"))
 _S(EAI_INTR, N_("Interrupted by a signal"))
 _S(EAI_IDN_ENCODE, N_("Parameter string not correctly encoded"))
+_S(EAI_OVERFLOW, N_("Result too large for supplied buffer"))

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

only message in thread, other threads:[~2023-05-29 13:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-29 13:32 [glibc] posix: Add error message for EAI_OVERFLOW 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).