diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-08-08 20:42:33 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-08-08 20:42:33 +0000 |
commit | f54a329a28050846c0475b45f8bf131f66eab996 (patch) | |
tree | afa7b9a28fcc411dd84e30dcc8bd413f4a795866 /ChangeLog | |
parent | e62995c1121da99a64657bb952b20d08de0b932e (diff) | |
download | glibc-f54a329a28050846c0475b45f8bf131f66eab996.tar glibc-f54a329a28050846c0475b45f8bf131f66eab996.tar.gz glibc-f54a329a28050846c0475b45f8bf131f66eab996.tar.bz2 glibc-f54a329a28050846c0475b45f8bf131f66eab996.zip |
* nscd/mem.c (mempool_alloc): Use posix_fallocate instead of ftruncate.
* nscd/connections.c (nscd_init): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2005-08-08 Ulrich Drepper <drepper@redhat.com> + + * nscd/mem.c (mempool_alloc): Use posix_fallocate instead of ftruncate. + * nscd/connections.c (nscd_init): Likewise. + 2005-08-08 Jakub Jelinek <jakub@redhat.com> * stdio-common/fxprintf.c: Include libioP.h. |