OSDN Git Service

libc: add posix_fallocate()
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Tue, 17 Apr 2012 07:30:15 +0000 (09:30 +0200)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Mon, 11 Feb 2013 08:42:15 +0000 (09:42 +0100)
commit5643900913f64c00f1c2958914586708efa5a473
tree4b0c5fcf655a00181098bbdfee1614fc119dd10a
parent971db25812b6b7176f509a5f37964610a8f4b475
libc: add posix_fallocate()

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
include/fcntl.h
libc/sysdeps/linux/common/Makefile.in
libc/sysdeps/linux/common/bits/kernel-features.h
libc/sysdeps/linux/common/posix_fallocate.c [new file with mode: 0644]
libc/sysdeps/linux/common/posix_fallocate64.c [new file with mode: 0644]
test/.gitignore
test/unistd/Makefile.in
test/unistd/tst-posix_fallocate.c [new file with mode: 0644]
test/unistd/tst-posix_fallocate64.c [new file with mode: 0644]