* cygwin.din: Declare strtok_r for the import lib. Already in the DLL.
This commit is contained in:
parent
9ae2974ffd
commit
2a688c15ad
|
@ -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>
|
||||
|
|
|
@ -749,6 +749,8 @@ strtodf
|
|||
_strtodf = strtodf
|
||||
strtok
|
||||
_strtok = strtok
|
||||
strtok_r
|
||||
_strtok_r = strtok_r
|
||||
strtol
|
||||
_strtol = strtol
|
||||
strtoul
|
||||
|
|
Loading…
Reference in New Issue