* Makefile.in (DLL_OFILES): Add fts.o, ftw.o, nftw.o.
* 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.
This commit is contained in:
@@ -263,12 +263,14 @@ details. */
|
||||
134: Export getline, getdelim.
|
||||
135: Export pread, pwrite
|
||||
136: Add TIOCMBIS/TIOCMBIC ioctl codes.
|
||||
137: fts_children, fts_close, fts_get_clientptr, fts_get_stream,
|
||||
fts_open, fts_read, fts_set, fts_set_clientptr, ftw, nftw.
|
||||
*/
|
||||
|
||||
/* Note that we forgot to bump the api for ualarm, strtoll, strtoull */
|
||||
|
||||
#define CYGWIN_VERSION_API_MAJOR 0
|
||||
#define CYGWIN_VERSION_API_MINOR 136
|
||||
#define CYGWIN_VERSION_API_MINOR 137
|
||||
|
||||
/* There is also a compatibity version number associated with the
|
||||
shared memory regions. It is incremented when incompatible
|
||||
|
Reference in New Issue
Block a user