mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-06 20:58:33 +01:00
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
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue