summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/libc/ftw.c
Commit message (Collapse)AuthorAgeFilesLines
* * Merge in cygwin-64bit-branch.Corinna Vinschen2013-04-231-2/+2
|
* * libc/ftw.cc (ftw): Allow nfds < 0 for glibc compatibility.Corinna Vinschen2008-02-101-0/+5
| | | | * libc/nftw.c (nftw): Ditto.
* * ftw.c: Include winsup.h.Corinna Vinschen2005-08-081-0/+3
| | | | | * nftw.c: Ditto. * include/ftw.h: Guard declarations appropriately.
* * Makefile.in (DLL_OFILES): Add fts.o, ftw.o, nftw.o.Corinna Vinschen2005-08-081-0/+99
* cygwin.din: Export fts_children, fts_close, fts_get_clientptr, fts_get_stream, fts_open, fts_read, fts_set, fts_set_clientptr, ftw, nftw. * fts.c: New file, imported from FreeBSD. * ftw.c: Ditto. * nftw.c: Ditto. * include/fts.h: Ditto. * include/ftw.h: Ditto. * include/cygwin/version.h: Bump API minor number.