* environ.cc (check_case_init): Use strncasematch.

* cygwin.din: Export __mempcpy.
* cygwin/version.h: Bump api minor number.
This commit is contained in:
Christopher Faylor
2003-07-24 19:33:14 +00:00
parent b57a74b210
commit 1fbeb8274f
4 changed files with 11 additions and 2 deletions

View File

@@ -821,6 +821,7 @@ _memcpy = memcpy
memmove
_memmove = memmove
mempcpy
__mempcpy = mempcpy
memset
_memset = memset
mkdir