* 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.
This commit is contained in:
Corinna Vinschen
2003-05-09 22:11:25 +00:00
parent a3cc585138
commit 3e66a81cd1
4 changed files with 104 additions and 93 deletions

View File

@ -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