* 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

@ -150,12 +150,13 @@ details. */
50: Export fnmatch.
51: Export recvmsg, sendmsg.
52: Export strptime
53: Export strlcat, strlcpy.
*/
/* Note that we forgot to bump the api for ualarm, strtoll, strtoull */
#define CYGWIN_VERSION_API_MAJOR 0
#define CYGWIN_VERSION_API_MINOR 52
#define CYGWIN_VERSION_API_MINOR 53
/* There is also a compatibity version number associated with the
shared memory regions. It is incremented when incompatible