From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14325 invoked by alias); 25 Sep 2002 05:01:32 -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 14309 invoked from network); 25 Sep 2002 05:01:32 -0000 Received: from unknown (HELO gateway.sf.frob.com) (64.160.52.243) by sources.redhat.com with SMTP; 25 Sep 2002 05:01:32 -0000 Received: from magilla.sf.frob.com (magilla.sf.frob.com [198.49.250.228]) by gateway.sf.frob.com (Postfix) with ESMTP id 256C7357E; Tue, 24 Sep 2002 22:01:30 -0700 (PDT) Received: (from roland@localhost) by magilla.sf.frob.com (8.11.6/8.11.6) id g8P51Si19569; Tue, 24 Sep 2002 22:01:28 -0700 Date: Tue, 24 Sep 2002 22:01:00 -0000 Message-Id: <200209250501.g8P51Si19569@magilla.sf.frob.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit From: Roland McGrath To: Alexandre Oliva Cc: Ulrich Drepper , GNU libc hacker Subject: Re: Fix _exit for Linux In-Reply-To: Alexandre Oliva's message of , 25 September 2002 01:55:24 -0300 Emacs: (setq software-quality (/ 1 number-of-authors)) X-SW-Source: 2002-09/txt/msg00068.txt.bz2 > I don't see any useful code in sysdeps/unix/_exit.S. Certainly not > anything that resembles an actual system call. The `PSEUDO' macro does all the work that is done for any actual system call defined in libc.