From: Ulrich Drepper Date: Mon, 8 Aug 2005 21:04:02 +0000 (+0000) Subject: * nscd/cache.c (cache_add): Commit hash table and header to disk. X-Git-Tag: upstream/2.30~16496 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1d9aa9ce62fb97d118d5ff4f8b862b30584ba232;p=external%2Fglibc.git * nscd/cache.c (cache_add): Commit hash table and header to disk. --- diff --git a/ChangeLog b/ChangeLog index c7dd59d..ca5b5ef 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2005-08-08 Ulrich Drepper + * 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.