From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5905 invoked by alias); 28 Feb 2006 09:36:51 -0000 Received: (qmail 5847 invoked by uid 22791); 28 Feb 2006 09:36:51 -0000 X-Spam-Check-By: sourceware.org Received: from gateway.sf.frob.com (HELO gateway.sf.frob.com) (64.81.54.130) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 28 Feb 2006 09:36:49 +0000 Received: from magilla.sf.frob.com (magilla.sf.frob.com [198.49.250.228]) by gateway.sf.frob.com (Postfix) with ESMTP id D6976357B; Tue, 28 Feb 2006 01:36:46 -0800 (PST) Received: by magilla.sf.frob.com (Postfix, from userid 5281) id A6738180B18; Tue, 28 Feb 2006 01:36:46 -0800 (PST) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit From: Roland McGrath To: Jakub Jelinek Cc: Ulrich Drepper , Glibc hackers Subject: Re: [PATCH] PTHREAD_PRIO_{INHERIT,PROTECT} mutexes (so far just stubs) In-Reply-To: Jakub Jelinek's message of Tuesday, 28 February 2006 00:04:19 +0100 <20060227230419.GE30252@sunsite.mff.cuni.cz> Emacs: a Lisp interpreter masquerading as ... a Lisp interpreter! Message-Id: <20060228093646.A6738180B18@magilla.sf.frob.com> Date: Tue, 28 Feb 2006 09:36:00 -0000 Mailing-List: contact libc-hacker-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-hacker-owner@sourceware.org X-SW-Source: 2006-02/txt/msg00056.txt.bz2 I put this in with a couple of cosmetic changes. Thanks, Roland