diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2012-01-29 15:09:34 +0100 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2012-01-29 15:09:34 +0100 |
commit | 4891374bc3b29fc9e46f223aedf4c78e72c654e4 (patch) | |
tree | d07c1dbcc03e71de7c4df85dce9b878f10ab25ed /extra/Configs | |
parent | 31f48281ed551634b3c2cfcfcde81ca6e208e5f9 (diff) |
config: ftw is SUSv4-obsolete
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'extra/Configs')
-rw-r--r-- | extra/Configs/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in index 6963c8ad9..5bf7088c0 100644 --- a/extra/Configs/Config.in +++ b/extra/Configs/Config.in @@ -1931,7 +1931,7 @@ config UCLIBC_HAS_NFTW a pressing need for nftw(), you should probably answer N. config UCLIBC_HAS_FTW - bool "Support the ftw() interface" + bool "Support the ftw() interface (SUSv4-obsolete)" depends on UCLIBC_SUSV4_LEGACY help The SuSv3 ftw() interface is used to recursively descend |