aboutsummaryrefslogtreecommitdiff
path: root/nss
diff options
context:
space:
mode:
Diffstat (limited to 'nss')
-rw-r--r--nss/digits_dots.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/nss/digits_dots.c b/nss/digits_dots.c
index 28a3397927..306249a347 100644
--- a/nss/digits_dots.c
+++ b/nss/digits_dots.c
@@ -76,6 +76,9 @@
buffer = NULL;
buffer_size = 0;
__set_errno (save);
+# ifdef NEED_H_ERRNO
+ *h_errnop = TRY_AGAIN;
+# endif
result = (struct hostent *) NULL;
goto done;
}