From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4074 invoked by alias); 11 Aug 2004 18:51: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 4058 invoked from network); 11 Aug 2004 18:51:22 -0000 Received: from unknown (HELO gateway.sf.frob.com) (64.81.54.130) by sourceware.org with SMTP; 11 Aug 2004 18:51: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 61F21357B; Wed, 11 Aug 2004 11:51:21 -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 i7BIpKYs014704; Wed, 11 Aug 2004 11:51:20 -0700 Received: (from roland@localhost) by magilla.sf.frob.com (8.12.11/8.12.11/Submit) id i7BIpKGO014701; Wed, 11 Aug 2004 11:51:20 -0700 Date: Wed, 11 Aug 2004 18:51:00 -0000 Message-Id: <200408111851.i7BIpKGO014701@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] Avoid pthread_exit in librt.so.1 In-Reply-To: Jakub Jelinek's message of Wednesday, 11 August 2004 12:38:59 +0200 <20040811103859.GU30497@sunsite.ms.mff.cuni.cz> Emacs: you'll understand when you're older, dear. X-SW-Source: 2004-08/txt/msg00036.txt.bz2 > 2004-08-11 Jakub Jelinek > > * sysdeps/pthread/aio_misc.c (handle_fildes_io): Remove noreturn > attribute. Return NULL instead of calling pthread_exit at the end. Applied. Thanks, Roland