Re: [PATCH,CFT] libc: add posix_fallocate()

2012-06-19 Thread Natanael Copa
On Mon, Jun 18, 2012 at 5:27 PM, Bernhard Reutner-Fischer rep.dot@gmail.com wrote: On 18 April 2012 14:45, Bernhard Reutner-Fischer rep.dot@gmail.com wrote: On 17 April 2012 23:18, Khem Raj raj.k...@gmail.com wrote: On Tue, Apr 17, 2012 at 12:30 AM, Bernhard Reutner-Fischer

Re: [PATCH,CFT] libc: add posix_fallocate()

2012-04-18 Thread Bernhard Reutner-Fischer
On 17 April 2012 23:18, Khem Raj raj.k...@gmail.com wrote: On Tue, Apr 17, 2012 at 12:30 AM, Bernhard Reutner-Fischer rep.dot@gmail.com wrote: Signed-off-by: Bernhard Reutner-Fischer rep.dot@gmail.com ---  include/fcntl.h                                  |    4 +-  

[PATCH,CFT] libc: add posix_fallocate()

2012-04-17 Thread Bernhard Reutner-Fischer
Signed-off-by: Bernhard Reutner-Fischer rep.dot@gmail.com --- include/fcntl.h |4 +- libc/sysdeps/linux/common/Makefile.in|3 +- libc/sysdeps/linux/common/bits/kernel-features.h |8 ++ libc/sysdeps/linux/common/posix_fallocate.c |

Re: [PATCH,CFT] libc: add posix_fallocate()

2012-04-17 Thread Khem Raj
On Tue, Apr 17, 2012 at 12:30 AM, Bernhard Reutner-Fischer rep.dot@gmail.com wrote: Signed-off-by: Bernhard Reutner-Fischer rep.dot@gmail.com ---  include/fcntl.h                                  |    4 +-  libc/sysdeps/linux/common/Makefile.in            |    3 +-