fix broken fallocate syscall in posix_fallocate
authorRich Felker <dalias@aerifal.cx>
Sat, 8 Sep 2012 04:26:46 +0000 (00:26 -0400)
committerRich Felker <dalias@aerifal.cx>
Sat, 8 Sep 2012 04:26:46 +0000 (00:26 -0400)
commit5271ff46b9e983bec5fd9ab79d5aaf096fa54157
treebe3f83b7eb39dfbd841248a17f89967c48be4876
parent231b9d1880bf686c0db918cea16c355f2d6598fc
fix broken fallocate syscall in posix_fallocate

the syscall takes an extra flag argument which should be zero to meet
the POSIX requirements.
src/fcntl/posix_fallocate.c