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