* cygwin.din: Add prototypes for new wchar functions in newlib.

* include/cygwin/version.h: Bump API minor number.
This commit is contained in:
Corinna Vinschen
2002-08-30 12:18:56 +00:00
parent 9dc81046dd
commit b50a2f29aa
3 changed files with 45 additions and 1 deletions

View File

@ -161,12 +161,15 @@ details. */
60: MSG_NOSIGNAL
61: Export getc_unlocked, getchar_unlocked, putc_unlocked,
putchar_unlocked
62: Export wcscat, wcschr, wcscpy, wcscspn, wcslcat, wcslcpy, wcsncat,
wcsncmp, wcsncpy, wcspbrk, wcsrchr, wcsspn, wcsstr, wmemchr,
wmemcmp, wmemcpy, wmemmove, wmemset
*/
/* Note that we forgot to bump the api for ualarm, strtoll, strtoull */
#define CYGWIN_VERSION_API_MAJOR 0
#define CYGWIN_VERSION_API_MINOR 61
#define CYGWIN_VERSION_API_MINOR 62
/* There is also a compatibity version number associated with the
shared memory regions. It is incremented when incompatible