From: Dridi Boukelmoune Date: Thu, 25 May 2023 12:45:03 +0000 (+0200) Subject: posix: Add error message for EAI_OVERFLOW X-Git-Tag: glibc-2.38~182 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=33d7c0e1cb712a3b7ea46d7f88569721805bc2db;p=thirdparty%2Fglibc.git posix: Add error message for EAI_OVERFLOW 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 19040a51381..667c4b2d4a5 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"))