From owner-cvs-src@FreeBSD.ORG Tue May 31 20:47:30 2005 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B5E516A41C; Tue, 31 May 2005 20:47:30 +0000 (GMT) (envelope-from rodrigc@crodrigues.org) Received: from sccrmhc13.comcast.net (sccrmhc13.comcast.net [204.127.202.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id A4D1443D49; Tue, 31 May 2005 20:47:29 +0000 (GMT) (envelope-from rodrigc@crodrigues.org) Received: from dibbler.crodrigues.org (c-66-30-114-143.hsd1.ma.comcast.net[66.30.114.143]) by comcast.net (sccrmhc13) with ESMTP id <2005053120472801600rfq7ie>; Tue, 31 May 2005 20:47:28 +0000 Received: from c-66-30-114-143.hsd1.ma.comcast.net (localhost.127.in-addr.arpa [127.0.0.1]) by dibbler.crodrigues.org (8.13.3/8.13.1) with ESMTP id j4VKlh9V030066; Tue, 31 May 2005 16:47:43 -0400 (EDT) (envelope-from rodrigc@c-66-30-114-143.hsd1.ma.comcast.net) Received: (from rodrigc@localhost) by c-66-30-114-143.hsd1.ma.comcast.net (8.13.3/8.13.1/Submit) id j4VKlhZh030065; Tue, 31 May 2005 16:47:43 -0400 (EDT) (envelope-from rodrigc) Date: Tue, 31 May 2005 16:47:43 -0400 From: Craig Rodrigues To: Xin LI Message-ID: <20050531204743.GA30006@crodrigues.org> References: <200505311518.j4VFIHam040427@repoman.freebsd.org> <20050531152224.GA39895@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050531152224.GA39895@freefall.freebsd.org> User-Agent: Mutt/1.5.9i Cc: Craig Rodrigues , cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/include pthread.h src/sys/sys _pthreadtypes.h types.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 May 2005 20:47:30 -0000 On Tue, May 31, 2005 at 03:22:24PM +0000, Xin LI wrote: > This reminds me that there are many __isthreaded declaration that is > found in several header files. Do you think we should move them to somewhere > else? I don't really see a point to moving __isthreaded to a single header file. It is defined as "extern int __isthreaded" in a bunch of places that use it, such as . Seems good enough to me. Am I not understanding something? -- Craig Rodrigues rodrigc@crodrigues.org