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: PATCH Request! for cygwin/cygwin.din (please add strtok_r) Date: Thu, 7 Dec 2000 11:40:23 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" 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) X-Mimeole: Produced By Microsoft MimeOLE V5.50.4133.2400 Importance: Normal X-Apparently-From: Swiftnsavv AT aol DOT com Hi, would some kind soul please add strtok_r to cygwin/cygwin.din? It's already in the dll, just needs the import lib updated. Thanks! edward --- 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