aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2005-08-08 21:04:02 +0000
committerUlrich Drepper <drepper@redhat.com>2005-08-08 21:04:02 +0000
commit1d9aa9ce62fb97d118d5ff4f8b862b30584ba232 (patch)
treed21f7ec2be8dbe86f6af4d035891b8a1b02c7d2b
parent(cache_add): Comment hash table and header to disk. (diff)
downloadglibc-cvs/fedora-glibc-20050808T2126.tar.xz
glibc-cvs/fedora-glibc-20050808T2126.zip
* nscd/cache.c (cache_add): Commit hash table and header to disk.cvs/fedora-glibc-20050808T2126
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c7dd59d53c..ca5b5ef9e9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2005-08-08 Ulrich Drepper <drepper@redhat.com>
+ * nscd/cache.c (cache_add): Commit hash table and header to disk.
+
* nscd/mem.c (mempool_alloc): Use posix_fallocate instead of ftruncate.
* nscd/connections.c (nscd_init): Likewise.