From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4953 invoked by alias); 11 Apr 2003 22:06:22 -0000 Mailing-List: contact libc-hacker-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-hacker-owner@sources.redhat.com Received: (qmail 4928 invoked from network); 11 Apr 2003 22:06:22 -0000 Received: from unknown (HELO gateway.sf.frob.com) (64.169.160.245) by sources.redhat.com with SMTP; 11 Apr 2003 22:06:22 -0000 Received: from magilla.sf.frob.com (magilla.sf.frob.com [198.49.250.228]) by gateway.sf.frob.com (Postfix) with ESMTP id EE7D6354C; Fri, 11 Apr 2003 15:06:20 -0700 (PDT) Received: (from roland@localhost) by magilla.sf.frob.com (8.11.6/8.11.6) id h3BM6Kn15551; Fri, 11 Apr 2003 15:06:20 -0700 Date: Fri, 11 Apr 2003 22:06:00 -0000 Message-Id: <200304112206.h3BM6Kn15551@magilla.sf.frob.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit From: Roland McGrath To: Martin Schwidefsky Cc: libc-hacker@sources.redhat.com Subject: Re: [PATCH] s390* pthread_spin_unlock. In-Reply-To: Martin Schwidefsky's message of Friday, 11 April 2003 17:45:37 +0200 <200304111745.37114.schwidefsky@de.ibm.com> X-Shopping-List: (1) Remote flossbags (2) Myopic basket pretenders (3) Incongruous confirmers X-SW-Source: 2003-04/txt/msg00035.txt.bz2 > Hi, > this is one of those "how could this ever work" bugs. The pthread_spin_lock > primitive in linuxthread for s390* is broken. The following patch fixes it. I put your fix in. Thanks, Roland