diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2012-04-17 09:30:15 +0200 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2013-02-11 09:42:15 +0100 |
commit | 5643900913f64c00f1c2958914586708efa5a473 (patch) | |
tree | 4b0c5fcf655a00181098bbdfee1614fc119dd10a /test/unistd/Makefile.in | |
parent | 971db25812b6b7176f509a5f37964610a8f4b475 (diff) |
libc: add posix_fallocate()
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'test/unistd/Makefile.in')
-rw-r--r-- | test/unistd/Makefile.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/test/unistd/Makefile.in b/test/unistd/Makefile.in index c542f98fa..24b9a37dd 100644 --- a/test/unistd/Makefile.in +++ b/test/unistd/Makefile.in @@ -2,7 +2,10 @@ # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. ifeq ($(UCLIBC_HAS_LFS),) -TESTS_DISABLED := tst-preadwrite64 +TESTS_DISABLED := tst-preadwrite64 tst-posix_fallocate64 +endif +ifeq ($(UCLIBC_HAS_ADVANCED_REALTIME),) +TESTS_DISABLED := tst-posix_fallocate endif OPTS_getopt := -abcXXX -9 OPTS_getopt_long := --add XXX --delete YYY --verbose |