summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/include/ftw.h
Commit message (Collapse)AuthorAgeFilesLines
* * Merge in cygwin-64bit-branch.Corinna Vinschen2013-04-231-6/+0
|
* Remove all traces of __CYGWIN_USE_BIG_TYPES__.Corinna Vinschen2010-02-261-2/+0
| | | | | * include/cygwin/config.h: Move Cygwin-specific build flags from newlib's sys/config.h here. Add a comment.
* * include/ftw.h: Include sys/cdefs.h.Corinna Vinschen2007-01-281-0/+1
|
* * ftw.c: Include winsup.h.Corinna Vinschen2005-08-081-0/+8
| | | | | * 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/+62
* 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.