From owner-freebsd-threads@FreeBSD.ORG Fri Aug 19 21:12:50 2005 Return-Path: X-Original-To: threads@freebsd.org Delivered-To: freebsd-threads@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CAA1416A420; Fri, 19 Aug 2005 21:12:50 +0000 (GMT) (envelope-from deischen@freebsd.org) Received: from mail.ntplx.net (mail.ntplx.net [204.213.176.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id B86CC43D46; Fri, 19 Aug 2005 21:12:49 +0000 (GMT) (envelope-from deischen@freebsd.org) Received: from sea.ntplx.net (sea.ntplx.net [204.213.176.11]) by mail.ntplx.net (8.13.4/8.13.4/NETPLEX) with ESMTP id j7JLCmuB025327; Fri, 19 Aug 2005 17:12:48 -0400 (EDT) Date: Fri, 19 Aug 2005 17:12:48 -0400 (EDT) From: Daniel Eischen X-X-Sender: eischen@sea.ntplx.net To: Stefan Farfeleder In-Reply-To: <20050819203807.GG77069@wombat.fafoe.narf.at> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by AMaViS and Clam AntiVirus (mail.ntplx.net) Cc: threads@freebsd.org, standards@freebsd.org Subject: Re: /2 X-BeenThere: freebsd-threads@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Daniel Eischen List-Id: Threading on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Aug 2005 21:12:51 -0000 On Fri, 19 Aug 2005, Stefan Farfeleder wrote: > On Fri, Aug 19, 2005 at 03:42:34PM -0400, Daniel Eischen wrote: > > On Fri, 19 Aug 2005, Stefan Farfeleder wrote: > > > > > any objections to this patch? It moves the identifiers starting with > > > MUTEX_ into the BSD namespace. > > > > Looks fine to me. I don't even think we should have MUTEX_* > > around anyways. > > But we had those names for quite a while and maybe there are > applications using them, that's why I provided the compatibility macros. Yes, but you wouldn't break ABI by removing them (I'd advocate doing this in -current). -- DE