]> sourceware.org Git - newlib-cygwin.git/blobdiff - winsup/cygwin/include/cygwin/version.h
* cygwin.din: Add prototypes for new wchar functions in newlib.
[newlib-cygwin.git] / winsup / cygwin / include / cygwin / version.h
index 69a1d04addfd8f70440081952591e2fbeb04e540..f4f50e1d5d98e44dd097fc8a11d6e065ef2d2329 100644 (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
This page took 0.02415 seconds and 5 git commands to generate.