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 --- extra/Configs/Config.in | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'extra/Configs/Config.in') diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in index ed2cf2458..3737d854c 100644 --- a/extra/Configs/Config.in +++ b/extra/Configs/Config.in @@ -669,6 +669,16 @@ config COMPAT_ATEXIT Enable this option if you want to update from 0.9.28 to git/0.9.29, else you will be missing atexit() until you rebuild all apps. +config UCLIBC_SUSV2_LEGACY + bool "Enable SuSv2 LEGACY functions" + help + Enable this option if you want to have SuSv2 LEGACY functions + Currently applies to: + + valloc + + WARNING! ABI incompatibility. + config UCLIBC_SUSV3_LEGACY bool "Enable SuSv3 LEGACY functions" #vfork, -- cgit v1.2.3