From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28011 invoked by alias); 19 Feb 2013 16:49:53 -0000 Received: (qmail 27922 invoked by uid 22791); 19 Feb 2013 16:49:49 -0000 X-SWARE-Spam-Status: No, hits=-7.1 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_SPAMHAUS_DROP,RCVD_IN_DNSWL_HI,RCVD_IN_HOSTKARMA_W,RP_MATCHES_RCVD,SPF_HELO_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 19 Feb 2013 16:49:45 +0000 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r1JGniKl027330 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 19 Feb 2013 11:49:44 -0500 Received: from spoyarek.pnq.redhat.com (dhcp193-162.pnq.redhat.com [10.65.193.162]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id r1JGndom029747 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Tue, 19 Feb 2013 11:49:42 -0500 Date: Tue, 19 Feb 2013 16:49:00 -0000 From: Siddhesh Poyarekar To: Richard Henderson Cc: libc-ports@sourceware.org, libc-alpha@sourceware.org Subject: Re: PI mutex support for pthread_cond_* now in nptl Message-ID: <20130219165030.GA25897@spoyarek.pnq.redhat.com> References: <20130218105637.GJ32163@spoyarek.pnq.redhat.com> <5123AB55.2070100@twiddle.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5123AB55.2070100@twiddle.net> User-Agent: Mutt/1.5.21 (2010-09-15) Mailing-List: contact libc-ports-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: libc-ports-owner@sourceware.org X-SW-Source: 2013-02/txt/msg00040.txt.bz2 On Tue, Feb 19, 2013 at 08:41:57AM -0800, Richard Henderson wrote: > Any chance we can move these macros into a generic linux header? > Given that we're using INTERNAL_SYSCALL macros, the definitions ought > to be the same for all targets. It is on my TODO list, but not near the top as of now. Maybe someone else might want to get to it before I do. Siddhesh