about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDridi Boukelmoune <dridi.boukelmoune@gmail.com>2023-05-25 14:45:03 +0200
committerArjun Shankar <arjun@redhat.com>2023-05-29 15:30:14 +0200
commit33d7c0e1cb712a3b7ea46d7f88569721805bc2db (patch)
treed080f59b1d338a4760ea3b68cd3a9eab47698e92
parentd9055634a34d4bcb242f84f36c9a7bb1c4019076 (diff)
downloadglibc-33d7c0e1cb712a3b7ea46d7f88569721805bc2db.tar.gz
glibc-33d7c0e1cb712a3b7ea46d7f88569721805bc2db.tar.xz
glibc-33d7c0e1cb712a3b7ea46d7f88569721805bc2db.zip
posix: Add error message for EAI_OVERFLOW
Signed-off-by: Dridi Boukelmoune <dridi.boukelmoune@gmail.com>
Reviewed-by: Arjun Shankar <arjun@redhat.com>
-rw-r--r--sysdeps/posix/gai_strerror-strs.h1
1 files changed, 1 insertions, 0 deletions
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"))