]> sourceware.org Git - glibc.git/commit
(posix_fallocate): If len == 0, call ftruncate if offset is bigger than current size...
authorUlrich Drepper <drepper@redhat.com>
Tue, 3 May 2005 15:07:47 +0000 (15:07 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 3 May 2005 15:07:47 +0000 (15:07 +0000)
commitfe80efd5f65e8229ab39381e3b3c761927e7e62e
tree00b42a57e6688b211c6b0d901e577ed4e95376f0
parentccaee9ce5d3bb2ef7883a6faa50f76c3343113cc
(posix_fallocate): If len == 0, call ftruncate if offset is bigger than current size.  Make sure the file is offset + len bytes long if that is more than current size. Don't overwrite previous content of the file.
sysdeps/posix/posix_fallocate.c
sysdeps/posix/posix_fallocate64.c
This page took 0.047499 seconds and 5 git commands to generate.