uClibc: add UCLIBC_HAS_NFTW to default configuration
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 28 Apr 2010 21:40:50 +0000 (23:40 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Sun, 2 May 2010 21:26:41 +0000 (23:26 +0200)
commitbf27314fa6fc31ccf1cbfce661a799ba6d2c4671
tree05e12a62c7eeedf2e704d400000467ac6ba074ae
parent87d0af93d476645d6eaab5caf6c3e8f2f05cd2b6
uClibc: add UCLIBC_HAS_NFTW to default configuration

UCLIBC_HAS_NFTW is a new knob in 0.9.31, which allows the obsolete and
deprecated ftw() to be compiled-out separatly from nftw(), which is
part of POSIX. nftw() should probably be enabled by default in uClibc,
and a bug has been opened about this on uClibc bug tracker
(https://bugs.busybox.net/show_bug.cgi?id=1597).

nftw() is, for example, used in Gtk+.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: Paulius Zaleckas <paulius.zaleckas@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
toolchain/uClibc/uClibc-0.9.31.config