From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25954 invoked by alias); 27 May 2002 23:21:38 -0000 Mailing-List: contact pthreads-win32-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: pthreads-win32-owner@sources.redhat.com Received: (qmail 25881 invoked from network); 27 May 2002 23:21:34 -0000 Received: from unknown (HELO lacrosse.corp.redhat.com) (66.187.233.200) by sources.redhat.com with SMTP; 27 May 2002 23:21:34 -0000 Received: from redhat.com (vpn50-2.rdu.redhat.com [172.16.50.2]) by lacrosse.corp.redhat.com (8.11.6/8.9.3) with ESMTP id g4RNLEi21234; Mon, 27 May 2002 19:21:14 -0400 Received: by redhat.com (Postfix, from userid 201) id 37F471B867; Mon, 27 May 2002 19:21:12 -0400 (EDT) Date: Mon, 27 May 2002 16:21:00 -0000 From: Christopher Faylor To: Danny Smith Cc: GCC Patches , mingw-dvlpr , pthreads , Mumit Khan Subject: Re: [mingw/cygwin]: gthr-win32.h: remove pollution of STL namespace by win32api Message-ID: <20020527232112.GA889@redhat.com> Mail-Followup-To: Danny Smith , GCC Patches , mingw-dvlpr , pthreads , Mumit Khan References: <20020527223054.3056.qmail@web14503.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020527223054.3056.qmail@web14503.mail.yahoo.com> User-Agent: Mutt/1.3.23.1i X-SW-Source: 2002/txt/msg00063.txt.bz2 On Tue, May 28, 2002 at 08:30:54AM +1000, Danny Smith wrote: >Chris, I have put the LIB2FUNCS_EXTRA definition in t-cygwin, because >the default thread model for cygwin is still win32. It could just as >well go into t-mingw32 if cygwin changes to pthread model as default. We will be changing to the pthreads model at some point so please do put this in t-mingw32. Feel free to check this in. Are you going to check this into the mingw-cygwin 3.1 branch, too? cgf