* 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

@ -1067,6 +1067,7 @@ raise SIGFE
_raise = raise SIGFE
rand NOSIGFE
_rand = rand NOSIGFE
rand_r NOSIGFE
random NOSIGFE
read SIGFE
_read = read SIGFE
@ -1438,6 +1439,7 @@ truncf NOSIGFE
tsearch SIGFE
ttyname SIGFE
_ttyname = ttyname SIGFE
ttyname_r SIGFE
ttyslot NOSIGFE
twalk NOSIGFE
tzset SIGFE