Mailing-List: contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin-developers AT sources DOT redhat DOT com From: "edward" To: "Cygwin Developers List" Subject: RE: PATCH Request! for cygwin/cygwin.din (please add strtok_r) Date: Thu, 7 Dec 2000 12:19:50 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <20001207120431.D15222@redhat.com> X-Mimeole: Produced By Microsoft MimeOLE V5.50.4133.2400 Importance: Normal X-Apparently-From: Swiftnsavv AT aol DOT com Absolutely... Sorry about the oversight. edward. I've included both here. --- cygwin/ChangeLog~ Thu Dec 7 12:12:18 2000 +++ cygwin/ChangeLog Thu Dec 7 12:10:53 2000 @@ -1,3 +1,9 @@ +Thu Dec 7 12:10:0 2000 Edward M. Lee + + * winsup/cgywin/cygwin.din (strtok_r): 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. --- cygwin/cygwin.din~ Thu Dec 7 11:05:56 2000 +++ cygwin/cygwin.din Thu Dec 7 11:01:45 2000 @@ -749,6 +749,8 @@ _strtodf = strtodf strtok _strtok = strtok +strtok_r +_strtok_r = strtok_r strtol _strtol = strtol strtoul