summaryrefslogtreecommitdiffstats
path: root/libc/misc/ftw/ftw.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix up several errors related to filename length and errno thatEric Andersen2003-11-081-2/+5
| | | | | showed up while running the latest LTP testsuite. -Erik
* oops. ftw would blow chunks if UCLIBC_HAS_LFS was disabled.Eric Andersen2003-09-061-4/+1
|
* fixup ftw and ftw64. Unfortunately, adding ftw64 doubles theEric Andersen2003-09-061-18/+45
| | | | size... :-(
* Fix the bugs I stupidly addedEric Andersen2003-09-061-1/+1
|
* Add support for ftw and nftwEric Andersen2003-09-051-0/+621