diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-11-14 15:26:10 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-11-14 15:26:10 +0000 |
commit | f9e2261b7e0591909df321e2890b26d900a326d8 (patch) | |
tree | d417ea5791b72220ffb53fe2a1bae1df5afdf9d4 /ChangeLog | |
parent | 43850227c932267142beef13fae7ced839b006ad (diff) | |
download | glibc-f9e2261b7e0591909df321e2890b26d900a326d8.tar.gz glibc-f9e2261b7e0591909df321e2890b26d900a326d8.tar.xz glibc-f9e2261b7e0591909df321e2890b26d900a326d8.zip |
* nscd/cache.c (prune_cache): If cache is empty, instruct caller
to wake up in 24 hours.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 3161ab0e28..cb282f6ec9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2007-11-14 Ulrich Drepper <drepper@redhat.com> + * nscd/cache.c (prune_cache): If cache is empty, instruct caller + to wake up in 24 hours. + * nscd/gai.c (__ioctl): Define. Include check_native.c. 2007-11-13 Ulrich Drepper <drepper@redhat.com> |