aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2007-10-13 18:14:58 +0000
committerUlrich Drepper <drepper@redhat.com>2007-10-13 18:14:58 +0000
commit43d3e6bd9210fc5900734206ed9478067b3f8003 (patch)
treedc2bbcd631158c54e6df632cb0ccaa643505a8ab /ChangeLog
parentf7140274a410838336adca1acb40f5a862e6cac9 (diff)
downloadglibc-43d3e6bd9210fc5900734206ed9478067b3f8003.zip
glibc-43d3e6bd9210fc5900734206ed9478067b3f8003.tar.gz
glibc-43d3e6bd9210fc5900734206ed9478067b3f8003.tar.bz2
* nscd/nscd_getgr_r.c (nscd_getgr_r): Optimize a bit: use simpler
read mechanism when there are no group members and avoid no-op read syscall in this case.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b0400a1..13bf1dc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2007-10-13 Ulrich Drepper <drepper@redhat.com>
+ * nscd/nscd_getgr_r.c (nscd_getgr_r): Optimize a bit: use simpler
+ read mechanism when there are no group members and avoid no-op
+ read syscall in this case.
+
[BZ #3242]
* nscd/nscd_helper.c (wait_on_socket): Take timeout as parameter.
(__readall): If reading failed due to EAGAIN error wait a bit