diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2013-04-04 00:25:06 +0200 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2013-04-04 00:25:06 +0200 |
commit | e80657059aa21aaf24beebb99abc842b8ee0ca80 (patch) | |
tree | 7e3d8d244d90ed833dbf7f678fd3afa64195d92a /extra | |
parent | 5c64b9e16917b1a7cb59c1c8fed8628904042f08 (diff) |
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 <rep.dot.nop@gmail.com>
Diffstat (limited to 'extra')
-rw-r--r-- | extra/Configs/Config.in | 10 |
1 files changed, 10 insertions, 0 deletions
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, |