Files
uClibc/test/unistd
Anthony G. Basile 33a12b5540 libc: add fallocate() and fallocate64()
We add the Linux-specific function fallocate() which allows the user to
directly manipulate allocate space for a file.  fallocate() can operate
in different modes, but the default mode is equivalent to posix_fallocate()
which is specified in POSIX.1.

Recent releases of e2fsprogs 1.42.11 and above expect fallocate64() to be
available.

Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
2014-09-09 13:48:45 +02:00
..
2006-02-22 03:35:31 +00:00
2007-01-29 02:56:45 +00:00
2008-06-27 19:13:06 +00:00
2007-01-29 02:56:45 +00:00
2002-08-07 12:47:11 +00:00
2002-08-07 12:47:11 +00:00
2013-03-14 22:49:25 +01:00
2010-06-25 10:10:16 +02:00