From e80657059aa21aaf24beebb99abc842b8ee0ca80 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Thu, 4 Apr 2013 00:25:06 +0200 Subject: add UCLIBC_SUSV2_LEGACY to hide valloc valloc was marked as LEGACY in SUSv2, removed from SUSv3 and later. TODO: Remove this (point people to memalign and it's successors?). Signed-off-by: Bernhard Reutner-Fischer --- test/malloc/Makefile.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test/malloc') diff --git a/test/malloc/Makefile.in b/test/malloc/Makefile.in index 7b8c0fabd..d14617d31 100644 --- a/test/malloc/Makefile.in +++ b/test/malloc/Makefile.in @@ -2,3 +2,7 @@ # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. TESTS_DISABLED := time_malloc + +ifneq ($(UCLIBC_SUSV2_LEGACY),y) +TESTS_DISABLED += tst-valloc +endif -- cgit v1.2.3