From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8909 invoked by alias); 1 Apr 2003 19:50:31 -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 8871 invoked from network); 1 Apr 2003 19:50:29 -0000 Received: from unknown (HELO gateway.sf.frob.com) (64.160.55.131) by sources.redhat.com with SMTP; 1 Apr 2003 19:50:29 -0000 Received: from magilla.sf.frob.com (magilla.sf.frob.com [198.49.250.228]) by gateway.sf.frob.com (Postfix) with ESMTP id 14EF7354C; Tue, 1 Apr 2003 11:50:27 -0800 (PST) Received: (from roland@localhost) by magilla.sf.frob.com (8.11.6/8.11.6) id h31JoPZ23056; Tue, 1 Apr 2003 11:50:25 -0800 Date: Tue, 01 Apr 2003 19:50:00 -0000 Message-Id: <200304011950.h31JoPZ23056@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: Glibc hackers 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: more boundary conditions than the Middle East. X-SW-Source: 2003-04/txt/msg00007.txt.bz2 Why __pthread_sigsuspend instead of just using INTERNAL_SYSCALL directly? kernel-features.h can define something about rt_sigsuspend vs sigsuspend for each machine.