From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14671 invoked by alias); 25 Sep 2002 05:02:15 -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 14655 invoked from network); 25 Sep 2002 05:02:15 -0000 Received: from unknown (HELO gateway.sf.frob.com) (64.160.52.243) by sources.redhat.com with SMTP; 25 Sep 2002 05:02:15 -0000 Received: from magilla.sf.frob.com (magilla.sf.frob.com [198.49.250.228]) by gateway.sf.frob.com (Postfix) with ESMTP id 485A8357E; Tue, 24 Sep 2002 22:02:13 -0700 (PDT) Received: (from roland@localhost) by magilla.sf.frob.com (8.11.6/8.11.6) id g8P52CO19577; Tue, 24 Sep 2002 22:02:12 -0700 Date: Tue, 24 Sep 2002 22:02:00 -0000 Message-Id: <200209250502.g8P52CO19577@magilla.sf.frob.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit From: Roland McGrath To: Ulrich Drepper Cc: Alexandre Oliva , GNU libc hacker Subject: Re: Fix _exit for Linux In-Reply-To: Ulrich Drepper's message of Tuesday, 24 September 2002 21:53:09 -0700 <3D914135.50200@redhat.com> X-Zippy-Says: Do you have exactly what I want in a plaid poindexter bar bat?? X-SW-Source: 2002-09/txt/msg00069.txt.bz2 > It's not an alias. The _exit function does now more than it did before > and the exit syscall is only part of the job. At least if the > exit_group syscall is also known at compile time. Oh, right, I was overlooking the new unix/linux/_exit.c that overrides _exit.S.