From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2092 invoked by alias); 3 May 2002 08:02:19 -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 2053 invoked from network); 3 May 2002 08:02:16 -0000 Received: from unknown (HELO perdition.linnaean.org) (65.96.132.240) by sources.redhat.com with SMTP; 3 May 2002 08:02:16 -0000 Received: by perdition.linnaean.org (Postfix, from userid 5281) id 351C41BA1E; Fri, 3 May 2002 04:02:16 -0400 (EDT) From: Roland McGrath MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Ulrich Drepper Cc: GNU libc hackers Subject: Re: write and kill in dl-tls.c In-Reply-To: Ulrich Drepper's message of , 2 May 2002 22:06:35 -0700 <1020402397.32336.278.camel@akkadia.org> X-Antipastobozoticataclysm: Bariumenemanilow Message-Id: <20020503080216.351C41BA1E@perdition.linnaean.org> Date: Fri, 03 May 2002 01:02:00 -0000 X-SW-Source: 2002-05/txt/msg00009.txt.bz2 > Well, I wanted to implement it similar to what the other implementations do. The behavior is fine with me, it's just the implementation I don't like (since it presumes POSIXoid facilities are the best thing to use). I'm not sure if _dl_fatal_printf or __libc_fatal is the best thing to use. The latter calls abort.