mirror of git://sourceware.org/git/glibc.git
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:
parent
d9055634a3
commit
33d7c0e1cb
|
|
@ -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"))
|
||||
|
|
|
|||
Loading…
Reference in New Issue