* Makefile.in: Add fnmatch.o to DLL_OFILES.
* cygwin.din: Add fnmatch export symbol. * fnmatch.c: New file. * include/fnmatch.h: Ditto. * include/cygwin/version.h: Bump API minor version to 50.
This commit is contained in:
@ -147,12 +147,13 @@ details. */
|
||||
47: Report EOTWarningZoneSize in struct mtget.
|
||||
48: Export "posix" regex functions
|
||||
49: Export setutent, endutent, utmpname, getutent, getutid, getutline.
|
||||
50: Export fnmatch.
|
||||
*/
|
||||
|
||||
/* Note that we forgot to bump the api for ualarm, strtoll, strtoull */
|
||||
|
||||
#define CYGWIN_VERSION_API_MAJOR 0
|
||||
#define CYGWIN_VERSION_API_MINOR 49
|
||||
#define CYGWIN_VERSION_API_MINOR 50
|
||||
|
||||
/* 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