summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/nftw.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* No longer need limits.hmillert2006-03-311-2/+1
|
* nfds is not constrained by OPEN_MAX for nftw(), only ftw()millert2006-03-311-2/+2
|
* zap remaining rcsid.espie2005-08-081-5/+1
| | | | | | Kill old files that are no longer compiled. okay theo
* If fts_close() fails and we have not yet seen an error, return -1.millert2004-07-071-4/+6
|
* Set path in declaration to avoid an ugly cast in fts_open()millert2004-07-061-9/+8
| | | | Set FTS_LOGICAL in flags if we didn't set FTS_PHYSICAL as required by fts(3)
* updated licensemillert2003-07-211-23/+16
|
* ftw(3) and nftw(3) for XPG compliance; emulated via fts(3)millert2003-07-211-0/+118