From owner-freebsd-current@FreeBSD.ORG Tue Nov 30 11:45:35 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from alona.my.domain (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 54DBA106564A; Tue, 30 Nov 2010 11:45:35 +0000 (UTC) (envelope-from davidxu@freebsd.org) Message-ID: <4CF4E3C8.70008@freebsd.org> Date: Tue, 30 Nov 2010 19:45:12 +0800 From: David Xu User-Agent: Thunderbird 2.0.0.21 (X11/20090522) MIME-Version: 1.0 To: Alberto Villa References: <4CF4901B.8030108@freebsd.org> <201011301224.24471.avilla@freebsd.org> In-Reply-To: <201011301224.24471.avilla@freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org Subject: Re: CFT: patch for process shared pthread objects X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2010 11:45:36 -0000 Alberto Villa wrote: > On Tuesday 30 November 2010 06:48:11 David Xu wrote: > >> I finally have worked out first patch to make our pthread library >> support process shared pthread objects: >> > > yay! > > >> http://people.freebsd.org/~davidxu/pshared/patch1.diff >> > > wouldn't it require activation of > #define _POSIX_THREAD_PROCESS_SHARED > in include/unistd.h? > Yes.