* cygwin.din: Add strlcat and strlcpy.

* include/cygwin/version.h: Increment API minor version number.
This commit is contained in:
Christopher Faylor
2002-05-13 19:53:46 +00:00
parent 024739eb2b
commit feb7f1a97d
3 changed files with 11 additions and 1 deletions

View File

@@ -967,6 +967,10 @@ pclose
_pclose = pclose
strftime
_strftime = strftime
strlcat
_strlcat = strlcat
strlcpy
_strlcpy = strlcpy
strptime
_strptime = strptime
setgrent