* cygwin.din: Declare strtok_r for the import lib. Already in the DLL.

This commit is contained in:
Corinna Vinschen 2000-12-07 19:43:37 +00:00
parent 9ae2974ffd
commit 2a688c15ad
2 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,10 @@
Thu Dec 7 12:10:00 2000 Edward M. Lee <tailbert@yahoo.com>
* cygwin.din: Declare strtok_r for the import lib. Already in the DLL.
Wed Dec 6 15:39:18 2000 Earnie Boyd <earnie_boyd@yahoo.com>
* winsup/cygwin/include/sys/uio.h (readv): Correct prototype.
* include/sys/uio.h (readv): Correct prototype.
(writev): Ditto.
Tue Dec 5 17:06:00 2000 Corinna Vinschen <corinna@vinschen.de>

View File

@ -749,6 +749,8 @@ strtodf
_strtodf = strtodf
strtok
_strtok = strtok
strtok_r
_strtok_r = strtok_r
strtol
_strtol = strtol
strtoul