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>2007-06-28 21:55:01 +0400
committerCorinna Vinschen <corinna@vinschen.de>2007-06-28 21:55:01 +0400
commit3e96da0b5322f2665b1d3613b07891b2c9d6d83a (patch)
treea08ee706e5f5b667907f552a93eb66d82addc869 /winsup/cygwin/include
parent5d8b97a6942169497ba891acf86725ec87afa60b (diff)
* cygwin.din: Export stpcpy, stpncpy.
* posix.sgml: Add stpcpy and stpncpy to list of implemented GNU extensions. * include/cygwin/version.h: Bump API minor number.
Diffstat (limited to 'winsup/cygwin/include')
-rw-r--r--winsup/cygwin/include/cygwin/version.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h
index 1337a283f..ba58c38a3 100644
--- a/winsup/cygwin/include/cygwin/version.h
+++ b/winsup/cygwin/include/cygwin/version.h
@@ -314,12 +314,13 @@ details. */
fopencookie.
172: Export getifaddrs, freeifaddrs.
173: Export __assert_func.
+ 174: Export stpcpy, stpncpy.
*/
/* Note that we forgot to bump the api for ualarm, strtoll, strtoull */
#define CYGWIN_VERSION_API_MAJOR 0
-#define CYGWIN_VERSION_API_MINOR 173
+#define CYGWIN_VERSION_API_MINOR 174
/* There is also a compatibity version number associated with the
shared memory regions. It is incremented when incompatible