Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2002-08-28 14:50:27 +0400
committerCorinna Vinschen <corinna@vinschen.de>2002-08-28 14:50:27 +0400
commit75d01d9e3b2ca9373f17a38c215d830ab5613eb1 (patch)
tree3bdc094be3711abaa2db2dd12d0b6726a1bf713e /winsup/cygwin/include
parent9114ed2c2990c675b86c4aa9358c375f74811071 (diff)
* cygwin.din: Export getc_unlocked, getchar_unlocked,
putc_unlocked, putchar_unlocked functions. * include/cygwin/version.h: Bump api minor.
Diffstat (limited to 'winsup/cygwin/include')
-rw-r--r--winsup/cygwin/include/cygwin/version.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h
index 8a78ae4e3..69a1d04ad 100644
--- a/winsup/cygwin/include/cygwin/version.h
+++ b/winsup/cygwin/include/cygwin/version.h
@@ -159,12 +159,14 @@ details. */
malloc_stats
59: getsid
60: MSG_NOSIGNAL
+ 61: Export getc_unlocked, getchar_unlocked, putc_unlocked,
+ putchar_unlocked
*/
/* Note that we forgot to bump the api for ualarm, strtoll, strtoull */
#define CYGWIN_VERSION_API_MAJOR 0
-#define CYGWIN_VERSION_API_MINOR 60
+#define CYGWIN_VERSION_API_MINOR 61
/* There is also a compatibity version number associated with the
shared memory regions. It is incremented when incompatible