summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-09-12 02:58:43 +0000
committerRoland McGrath <roland@gnu.org>2002-09-12 02:58:43 +0000
commit9bfce4bf2865c2981a8d790ae7f6c50c4e87dd97 (patch)
tree3d870712dd378958807f0dc88d82884413168289 /ChangeLog
parent049e7c97d6f4d191717b06ede1da40965f032148 (diff)
downloadglibc-9bfce4bf2865c2981a8d790ae7f6c50c4e87dd97.tar.gz
glibc-9bfce4bf2865c2981a8d790ae7f6c50c4e87dd97.tar.xz
glibc-9bfce4bf2865c2981a8d790ae7f6c50c4e87dd97.zip
* nss/getnssent_r.c (__nss_getent_r): Use EAGAIN instead of errno
	when using h_errno and it's not set to NETDB_INTERNAL.
	* nss/getXXbyYY_r.c [NEED_H_ERRNO]: Likewise.

	* Makefile ($(common-objpfx)testrun.sh): New target.
	(others): Depend on it.
	(postclean-generated): Append it.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 688e0d52bf..87c225bdb3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
 2002-09-11  Roland McGrath  <roland@redhat.com>
 
+	* nss/getnssent_r.c (__nss_getent_r): Use EAGAIN instead of errno
+	when using h_errno and it's not set to NETDB_INTERNAL.
+	* nss/getXXbyYY_r.c [NEED_H_ERRNO]: Likewise.
+
+	* Makefile ($(common-objpfx)testrun.sh): New target.
+	(others): Depend on it.
+	(postclean-generated): Append it.
+
 	* nss/bug-erange.c: New file.
 	* nss/Makefile (tests): Add it.