aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-09-12 01:44:33 +0000
committerRoland McGrath <roland@gnu.org>2002-09-12 01:44:33 +0000
commit049e7c97d6f4d191717b06ede1da40965f032148 (patch)
tree96d6473964a863a991e02f2ffc0dc026b555620a /ChangeLog
parentf8494ee354855b4f6ab4a3ba31380c847177cbc0 (diff)
downloadglibc-049e7c97d6f4d191717b06ede1da40965f032148.zip
glibc-049e7c97d6f4d191717b06ede1da40965f032148.tar.gz
glibc-049e7c97d6f4d191717b06ede1da40965f032148.tar.bz2
* nss/bug-erange.c: New file.
* nss/Makefile (tests): Add it.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b3f7436..688e0d5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2002-09-11 Roland McGrath <roland@redhat.com>
+ * nss/bug-erange.c: New file.
+ * nss/Makefile (tests): Add it.
+
* nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Return errno
instead of always EAGAIN when status is NSS_STATUS_TRYAGAIN.