diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-07-17 02:38:34 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-07-17 02:38:34 +0000 |
commit | 23700036397721389b90ac41571d68df2f26ad67 (patch) | |
tree | fd1fef01ef5380a5464e370871d202ce2e90e4b3 /ChangeLog | |
parent | 98e75a1c9c50e99e46c94623d9a9a8088c4efe30 (diff) | |
download | glibc-23700036397721389b90ac41571d68df2f26ad67.tar.gz glibc-23700036397721389b90ac41571d68df2f26ad67.tar.xz glibc-23700036397721389b90ac41571d68df2f26ad67.zip |
Update.
only if debug_level > 0. Add little performance improvements. Use TEMP_FAILURE_RETRY around write calls.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 1eb5574a2d..4588974ae3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,8 @@ 2001-07-16 Ulrich Drepper <drepper@redhat.com> * nscd/connections.c: Print messages caused by user application - only if debug_level > 0. + only if debug_level > 0. Add little performance improvements. + Use TEMP_FAILURE_RETRY around write calls. * nscd/grpcache.c: Likewise. * nscd/hstcache.c: Likewise. * nscd/pwdcache.c: Likewise. |