summaryrefslogtreecommitdiffstats
path: root/libc/misc/ftw
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
* Peter Kjellerstedt writes:Eric Andersen2003-10-181-1/+1
| | | | | | | rm.patch: * Define $(RM) as rm -f in Rules.mak and test/Rules.mak (this is the same definition as gmake uses by default). * Change all occurrences of rm and rm -f into $(RM).
* 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-062-20/+51
| | | | size... :-(
* Fix the bugs I stupidly addedEric Andersen2003-09-061-1/+1
|
* Add support for ftw and nftwEric Andersen2003-09-052-0/+660