* cygwin.din (fpurge, mkstemps): New exports.

* include/cygwin/version.h (CYGWIN_VERSION_API_MINOR): Bump.
	* mktemp.cc (_gettemp): Add parameter.
	(mkstemps): New function.
	(mkstemp, mkdtemp, mktemp): Adjust clients.
This commit is contained in:
Corinna Vinschen
2009-07-03 13:01:17 +00:00
parent c52ac05c3a
commit e5f37aa148
4 changed files with 43 additions and 9 deletions

View File

@@ -364,12 +364,13 @@ details. */
208: Export log2, log2f.
209: Export wordexp, wordfree.
210: New ctype layout using variable ctype pointer. Export __ctype_ptr__.
211: Export fpurge, mkstemps.
*/
/* Note that we forgot to bump the api for ualarm, strtoll, strtoull */
#define CYGWIN_VERSION_API_MAJOR 0
#define CYGWIN_VERSION_API_MINOR 210
#define CYGWIN_VERSION_API_MINOR 211
/* There is also a compatibity version number associated with the
shared memory regions. It is incremented when incompatible