From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31544 invoked by alias); 7 Sep 2004 21:36:37 -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 31527 invoked from network); 7 Sep 2004 21:36:37 -0000 Received: from unknown (HELO gateway.sf.frob.com) (64.81.54.130) by sourceware.org with SMTP; 7 Sep 2004 21:36:37 -0000 Received: from magilla.sf.frob.com (magilla.sf.frob.com [198.49.250.228]) by gateway.sf.frob.com (Postfix) with ESMTP id 2F1E2357B; Tue, 7 Sep 2004 14:36:36 -0700 (PDT) Received: from magilla.sf.frob.com (localhost.localdomain [127.0.0.1]) by magilla.sf.frob.com (8.12.11/8.12.9) with ESMTP id i87LaZwB020590; Tue, 7 Sep 2004 14:36:35 -0700 Received: (from roland@localhost) by magilla.sf.frob.com (8.12.11/8.12.11/Submit) id i87LaZfX020587; Tue, 7 Sep 2004 14:36:35 -0700 Date: Tue, 07 Sep 2004 21:36:00 -0000 Message-Id: <200409072136.i87LaZfX020587@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 Subject: Re: [PATCH] Fix linuxthreads/tst-cancel{[45],-static} In-Reply-To: Jakub Jelinek's message of Saturday, 4 September 2004 07:47:56 +0200 <20040904054756.GO30497@sunsite.ms.mff.cuni.cz> Emacs: because extension languages should come with the editor built in. X-SW-Source: 2004-09/txt/msg00024.txt.bz2 > Hi! > > LinuxThreads needs similar treatment as NPTL. > > 2004-09-04 Jakub Jelinek > > * tst-cancel4.c (tf_waitid): Use WEXITED flag bit if available. I've put this in. Thanks, Roland