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>2003-05-10 02:11:25 +0400
committerCorinna Vinschen <corinna@vinschen.de>2003-05-10 02:11:25 +0400
commit3e66a81cd11fc823e8117b8f092a7a3c0139917d (patch)
tree2e59b63a913c43b9d8af2b7d5dc948de276642e2 /winsup/cygwin/include
parenta3cc5851381793081b02b4547b5f226ed99d3920 (diff)
* Makefile.in (NEW_FUNCTIONS): All 32/64 from 0.79 API get
leading underscore. * cygwin.din: Ditto. * include/cygwin/version.h: Bump API minor number.
Diffstat (limited to 'winsup/cygwin/include')
-rw-r--r--winsup/cygwin/include/cygwin/version.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h
index b9deb5058..cd49fa589 100644
--- a/winsup/cygwin/include/cygwin/version.h
+++ b/winsup/cygwin/include/cygwin/version.h
@@ -201,12 +201,16 @@ details. */
82: Export wcscoll wcswidth wcwidth
83: Export gethostid
84: Pty open allocates invisible console. 64 bit interface
+ 85: Export new 32/64 functions from API 0.79 only with leading
+ underscore. No problems with backward compatibility since no
+ official release has been made so far. This change removes
+ exported symbols like fopen64, which might confuse configure.
*/
/* Note that we forgot to bump the api for ualarm, strtoll, strtoull */
#define CYGWIN_VERSION_API_MAJOR 0
-#define CYGWIN_VERSION_API_MINOR 84
+#define CYGWIN_VERSION_API_MINOR 85
/* There is also a compatibity version number associated with the
shared memory regions. It is incremented when incompatible