posix: Add error message for EAI_OVERFLOW

Signed-off-by: Dridi Boukelmoune <dridi.boukelmoune@gmail.com>
Reviewed-by: Arjun Shankar <arjun@redhat.com>
This commit is contained in:
Dridi Boukelmoune 2023-05-25 14:45:03 +02:00 committed by Arjun Shankar
parent d9055634a3
commit 33d7c0e1cb

View 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"))