http://git.buildroot.net/uClibc/commit/?id=946b7b5ab8508fa8bf32fdd89d55d9e2f0b4fe25 has introduced the UCLIBC_HAS_NFTW option, in order to be able to separatly compile ftw() and nftw(). The commit log says that ftw() is deprecated and that nftw() should be used instead. In that case, shouldn't UCLIBC_HAS_NFTW default to yes ? (For example, here, Gtk+ uses nftw() and does not build because UCLIBC_HAS_NFTW wasn't selected by default in uClibc configuration)
Hi Thomas, FTW is switched off by default, so I-d keep NFTW off too. Users that need this to be enabled, might do, so when building Gtk+ the proper configuration for uClibc has to be applied. I don't think it's worth to change it.
Fix your configuration, I.e. if you need a feature, turn it on.