From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19851 invoked by alias); 2 Apr 2003 00:11:13 -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 19835 invoked from network); 2 Apr 2003 00:11:12 -0000 Received: from unknown (HELO gateway.sf.frob.com) (64.160.55.131) by sources.redhat.com with SMTP; 2 Apr 2003 00:11:12 -0000 Received: from magilla.sf.frob.com (magilla.sf.frob.com [198.49.250.228]) by gateway.sf.frob.com (Postfix) with ESMTP id 1DC22354C; Tue, 1 Apr 2003 16:11:11 -0800 (PST) Received: (from roland@localhost) by magilla.sf.frob.com (8.11.6/8.11.6) id h320B9O04232; Tue, 1 Apr 2003 16:11:09 -0800 Date: Wed, 02 Apr 2003 00:11:00 -0000 Message-Id: <200304020011.h320B9O04232@magilla.sf.frob.com> 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 , gjohnson@austin.ibm.com Subject: Re: [PATCH] Avoid cancellation point in pthread_mutex_lock etc. in linuxthreads In-Reply-To: Jakub Jelinek's message of Tuesday, 1 April 2003 17:19:26 +0200 <20030401151926.GI16629@sunsite.ms.mff.cuni.cz> Emacs: don't cry -- it won't help. X-SW-Source: 2003-04/txt/msg00011.txt.bz2 > linuxthreads call sigsuspend from pthread_mutex_lock etc., so when sigsuspend > was made cancellation point in December, suddenly all pthread primitives > which wait for restart signals are cancellation points. > Fix below, tested on all the usual arches. I put these in. Thanks, Roland