diff options
Diffstat (limited to 'gl/gai_strerror.c')
-rw-r--r-- | gl/gai_strerror.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gl/gai_strerror.c b/gl/gai_strerror.c index 7f0e034e..9e4abbe6 100644 --- a/gl/gai_strerror.c +++ b/gl/gai_strerror.c @@ -4,7 +4,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2, or (at your option) + the Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, @@ -52,6 +52,7 @@ values[] = { EAI_SERVICE, N_("Servname not supported for ai_socktype") }, { EAI_SOCKTYPE, N_("ai_socktype not supported") }, { EAI_SYSTEM, N_("System error") }, + { EAI_OVERFLOW, N_("Argument buffer too small") }, #ifdef __USE_GNU { EAI_INPROGRESS, N_("Processing request in progress") }, { EAI_CANCELED, N_("Request canceled") }, |