summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2000-12-07 19:43:37 +0000
committerCorinna Vinschen <corinna@vinschen.de>2000-12-07 19:43:37 +0000
commit2a688c15ad66b7d2fb1aa254d65897cd6dfe73e6 (patch)
treeda978a231988f081059ce0b1d9e592a6fb06f63c
parent9ae2974ffda2efa06197975ed8a26b5a8897551d (diff)
downloadcygnal-2a688c15ad66b7d2fb1aa254d65897cd6dfe73e6.tar.gz
cygnal-2a688c15ad66b7d2fb1aa254d65897cd6dfe73e6.tar.bz2
cygnal-2a688c15ad66b7d2fb1aa254d65897cd6dfe73e6.zip
* cygwin.din: Declare strtok_r for the import lib. Already in the DLL.
-rw-r--r--winsup/cygwin/ChangeLog6
-rw-r--r--winsup/cygwin/cygwin.din2
2 files changed, 7 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index f70d81686..1287603b5 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -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>
diff --git a/winsup/cygwin/cygwin.din b/winsup/cygwin/cygwin.din
index cde180e5c..8bb86ecea 100644
--- a/winsup/cygwin/cygwin.din
+++ b/winsup/cygwin/cygwin.din
@@ -749,6 +749,8 @@ strtodf
_strtodf = strtodf
strtok
_strtok = strtok
+strtok_r
+_strtok_r = strtok_r
strtol
_strtol = strtol
strtoul