From owner-cvs-src@FreeBSD.ORG Tue May 31 15:22:24 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 A57BB16A41C; Tue, 31 May 2005 15:22:24 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F1A343D53; Tue, 31 May 2005 15:22:24 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from freefall.freebsd.org (delphij@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j4VFMOlt040061; Tue, 31 May 2005 15:22:24 GMT (envelope-from delphij@freefall.freebsd.org) Received: (from delphij@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j4VFMO1W040060; Tue, 31 May 2005 15:22:24 GMT (envelope-from delphij) Date: Tue, 31 May 2005 15:22:24 +0000 From: Xin LI To: Craig Rodrigues Message-ID: <20050531152224.GA39895@freefall.freebsd.org> References: <200505311518.j4VFIHam040427@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200505311518.j4VFIHam040427@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i Cc: 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 15:22:24 -0000 Hi, Craig, On Tue, May 31, 2005 at 03:18:17PM +0000, Craig Rodrigues wrote: > rodrigc 2005-05-31 15:18:17 UTC > > FreeBSD src repository > > Modified files: > include pthread.h > sys/sys types.h > Added files: > sys/sys _pthreadtypes.h > Log: > According to: > http://www.opengroup.org/onlinepubs/009695399/basedefs/sys/types.h.html > > #include > should include the definitions of pthread types. Great! 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? Thanks in advance! Cheers,