* 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

@@ -50,6 +50,10 @@ asinh
_asinh = asinh
asinhf
_asinhf = asinhf
asprintf
_asprintf = asprintf
_asprintf_r
asprintf_r = _asprintf_r
atan
_atan = atan
atan2
@@ -943,6 +947,10 @@ _utimes = utimes
utmpname
_utmpname = utmpname
valloc
vasprintf
_vasprintf = vasprintf
_vasprintf_r
vasprintf_r = _vasprintf_r
vfiprintf
_vfiprintf = vfiprintf
vfork