]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
posix: Add error message for EAI_OVERFLOW
authorDridi Boukelmoune <dridi.boukelmoune@gmail.com>
Thu, 25 May 2023 12:45:03 +0000 (14:45 +0200)
committerArjun Shankar <arjun@redhat.com>
Mon, 29 May 2023 13:30:14 +0000 (15:30 +0200)
Signed-off-by: Dridi Boukelmoune <dridi.boukelmoune@gmail.com>
Reviewed-by: Arjun Shankar <arjun@redhat.com>
sysdeps/posix/gai_strerror-strs.h

index 19040a51381b83127c947233fee8cf56e185f92f..667c4b2d4a5802d70b35af8aa82ac2a0a730cc73 100644 (file)
@@ -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"))