* cygwin.din: add asprintf and vasprintf, as well as the reentrant

versions and underscore variants.
	* include/cygwin/version.h: bump CYGWIN_VERSION_API_MINOR.
This commit is contained in:
Corinna Vinschen
2003-01-10 12:19:17 +00:00
parent a771176720
commit 70d61f30fe
3 changed files with 16 additions and 1 deletions

View File

@ -167,12 +167,13 @@ details. */
67: Export pthread_getsequence_np
68: Export netdb stuff
69: Export strtof
70: Export asprintf, _asprintf_r, vasprintf, _vasprintf_r
*/
/* Note that we forgot to bump the api for ualarm, strtoll, strtoull */
#define CYGWIN_VERSION_API_MAJOR 0
#define CYGWIN_VERSION_API_MINOR 69
#define CYGWIN_VERSION_API_MINOR 70
/* There is also a compatibity version number associated with the
shared memory regions. It is incremented when incompatible