* cygwin.din: Export rand_r and ttyname_r.

* syscalls.cc (ttyname_r): New function.
	(ttyname): Move functionality to ttyname_r.  Call it from here.
	* include/cygwin/version.h: Bump API minor number.
This commit is contained in:
Corinna Vinschen
2004-04-14 09:12:04 +00:00
parent b923181eca
commit 93d66ddc20
4 changed files with 46 additions and 13 deletions

View File

@ -240,12 +240,13 @@ details. */
112: Redefine some mtget fields.
113: Again redefine some mtget fields. Use mt_fileno and mt_blkno as
on Linux.
114: Export rand_r, ttyname_r.
*/
/* Note that we forgot to bump the api for ualarm, strtoll, strtoull */
#define CYGWIN_VERSION_API_MAJOR 0
#define CYGWIN_VERSION_API_MINOR 113
#define CYGWIN_VERSION_API_MINOR 114
/* There is also a compatibity version number associated with the
shared memory regions. It is incremented when incompatible