From 2a688c15ad66b7d2fb1aa254d65897cd6dfe73e6 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Thu, 7 Dec 2000 19:43:37 +0000 Subject: [PATCH] * cygwin.din: Declare strtok_r for the import lib. Already in the DLL. --- winsup/cygwin/ChangeLog | 6 +++++- winsup/cygwin/cygwin.din | 2 ++ 2 files changed, 7 insertions(+), 1 deletion(-) 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 + + * cygwin.din: Declare strtok_r for the import lib. Already in the DLL. + Wed Dec 6 15:39:18 2000 Earnie Boyd - * 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 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