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:
authorChristopher Faylor <me@cgf.cx>2003-03-17 22:13:47 +0300
committerChristopher Faylor <me@cgf.cx>2003-03-17 22:13:47 +0300
commitb13ab3ccab60424d05d74e6c98718dcd5f6d40aa (patch)
treeb21694ecc558ae1c7e9d2242e1373ed331383961
parente22999134bb9c37ae00ddecb4f2f4878dba44ee1 (diff)
Actually bump API number.unlabeled-1.105.2
-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 89cd8b03b..27dc63c20 100644
--- a/winsup/cygwin/include/cygwin/version.h
+++ b/winsup/cygwin/include/cygwin/version.h
@@ -186,12 +186,14 @@ details. */
truncf
76: mallinfo
77: thread-safe exit/at_exit
+ 78: Use stat and fstat rather than _stat, and _fstat.
+ Export btowc and trunc.
*/
/* Note that we forgot to bump the api for ualarm, strtoll, strtoull */
#define CYGWIN_VERSION_API_MAJOR 0
-#define CYGWIN_VERSION_API_MINOR 77
+#define CYGWIN_VERSION_API_MINOR 78
/* There is also a compatibity version number associated with the
shared memory regions. It is incremented when incompatible