summaryrefslogtreecommitdiffstats
path: root/include/ftw.h
Commit message (Collapse)AuthorAgeFilesLines
* syntax fixesPeter S. Mazinger2011-03-031-2/+2
| | | | | | Avoid compile warnings about the use of undefined constants Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
* ftw() is obsolescent in SUSv4Bernhard Reutner-Fischer2009-10-081-8/+10
| | | | | | Apps should switch to nftw() Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* Sync ftw w/ glibc, splitting ftw and ftw64Peter S. Mazinger2005-12-301-2/+2
|
* Sync up w/ glibcPeter S. Mazinger2005-11-041-7/+35
|
* Add support for ftw and nftwEric Andersen2003-09-051-0/+150