about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-01-15 19:52:59 +0000
committerUlrich Drepper <drepper@redhat.com>2003-01-15 19:52:59 +0000
commitd439762939d51c4a35b3b44d77a57aa545452af7 (patch)
tree2c3e99073dfcd3054b8dee7bc8ebd5e50f6218be /ChangeLog
parent9caf4f1c67e137804f4bca9eb65bd0132424022a (diff)
downloadglibc-d439762939d51c4a35b3b44d77a57aa545452af7.tar.gz
glibc-d439762939d51c4a35b3b44d77a57aa545452af7.tar.xz
glibc-d439762939d51c4a35b3b44d77a57aa545452af7.zip
Update.
	* nscd/nscd.c (main): Make code to close all file descriptors
	faster and more robust.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fed258d0e1..972e997427 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2003-01-15  Ulrich Drepper  <drepper@redhat.com>
 
+	* nscd/nscd.c (main): Make code to close all file descriptors
+	faster and more robust.
+
 	* nscd/nscd_getpw_r.c (nscd_getpw_r): Consolidate writing of the
 	request with one writev call.  Protect all read calls with
 	TEMP_FAILURE_RETRY.