summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorSalvatore Cro <salvatore.cro at st.com>2011-04-20 12:49:25 +0200
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2011-04-20 12:50:38 +0200
commita4aa01c128b04c7174d57a28f61656f966d2bd6c (patch)
tree2783135b8c0322cbce4d502c7394bedcecfcbbbf /extra
parent3a411b5d8a6c6311778e22280706047cd1a8c8d4 (diff)
Added fts support for traversing UNIX file hierarchies.
It is required by libdwfl in elfutils package. Signed-off-by: Salvatore Cro <salvatore.cro at st.com> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'extra')
-rw-r--r--extra/Configs/Config.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in
index 8628f28f6..ca51aa0c7 100644
--- a/extra/Configs/Config.in
+++ b/extra/Configs/Config.in
@@ -1898,6 +1898,18 @@ config UCLIBC_HAS_FTW
This interface is rarely used, and adds around 4.5k. Unless you have
a pressing need for ftw(), you should probably answer N.
+config UCLIBC_HAS_FTS
+ bool "Support the fts() interface (bsd-compat)"
+ default n
+ help
+ The fts functions are provided for traversing UNIX file hierarchies.
+
+ This interface is currently used by the elfutils and adds
+ around 7.5k.
+ You should port your application to use the POSIX nftw()
+ interface.
+
+ Unless you need to build/use elfutils, you should prolly answer N.
config UCLIBC_HAS_GLOB
bool "Support the glob() interface"