summaryrefslogtreecommitdiff
path: root/test/unistd/tst-posix_fallocate64.c
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2012-04-17 09:30:15 +0200
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2013-02-11 09:42:15 +0100
commit5643900913f64c00f1c2958914586708efa5a473 (patch)
tree4b0c5fcf655a00181098bbdfee1614fc119dd10a /test/unistd/tst-posix_fallocate64.c
parent971db25812b6b7176f509a5f37964610a8f4b475 (diff)
libc: add posix_fallocate()
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'test/unistd/tst-posix_fallocate64.c')
-rw-r--r--test/unistd/tst-posix_fallocate64.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/unistd/tst-posix_fallocate64.c b/test/unistd/tst-posix_fallocate64.c
new file mode 100644
index 000000000..b1ee0ffdd
--- /dev/null
+++ b/test/unistd/tst-posix_fallocate64.c
@@ -0,0 +1,2 @@
+#define TST_POSIX_FALLOCATE64
+#include "tst-posix_fallocate.c"