* 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:
Corinna Vinschen
2002-01-17 10:39:37 +00:00
parent 09fd448102
commit 104c3be681
6 changed files with 305 additions and 2 deletions

View File

@@ -263,6 +263,8 @@ floor
_floor = floor
floorf
_floorf = floorf
fnmatch
_fnmatch = fnmatch
fmod
_fmod = fmod
fmodf