From 946b7b5ab8508fa8bf32fdd89d55d9e2f0b4fe25 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Fri, 18 Sep 2009 16:18:25 +0200 Subject: ftw() is obsolescent in SUSv4 Apps should switch to nftw() Signed-off-by: Bernhard Reutner-Fischer --- extra/Configs/Config.in | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) (limited to 'extra') diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in index 3d1a92953..8fa9a47ae 100644 --- a/extra/Configs/Config.in +++ b/extra/Configs/Config.in @@ -1754,15 +1754,27 @@ config UCLIBC_HAS_WORDEXP This interface is rarely used, and very large. Unless you have a pressing need for wordexp(), you should probably answer N. +config UCLIBC_HAS_NFTW + bool "Support the nftw() interface" + default n + help + The SuSv3 nftw() interface is used to recursively descend + directory paths while repeatedly calling a function. + + This interface is rarely used, and adds around 4.5k. Unless you have + a pressing need for nftw(), you should probably answer N. + config UCLIBC_HAS_FTW - bool "Support the ftw() and nftw() interfaces" + bool "Support the ftw() interface" default n + depends on UCLIBC_SUSV4_LEGACY help - The SuSv3 ftw() and nftw() interfaces are used to recursively descend + The SuSv3 ftw() interface is used to recursively descend directory paths while repeatedly calling a function. This interface is rarely used, and adds around 4.5k. Unless you have - a pressing need for ftw() or nftw(), you should probably answer N. + a pressing need for ftw(), you should probably answer N. + config UCLIBC_HAS_GLOB bool "Support the glob() interface" -- cgit v1.2.3