From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29832 invoked by alias); 25 Sep 2002 04:08:29 -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 29816 invoked from network); 25 Sep 2002 04:08:28 -0000 Received: from unknown (HELO gateway.sf.frob.com) (64.160.52.243) by sources.redhat.com with SMTP; 25 Sep 2002 04:08:28 -0000 Received: from magilla.sf.frob.com (magilla.sf.frob.com [198.49.250.228]) by gateway.sf.frob.com (Postfix) with ESMTP id 304EA357E; Tue, 24 Sep 2002 21:08:25 -0700 (PDT) Received: (from roland@localhost) by magilla.sf.frob.com (8.11.6/8.11.6) id g8P48Pw19378; Tue, 24 Sep 2002 21:08:25 -0700 Date: Tue, 24 Sep 2002 21:08:00 -0000 Message-Id: <200209250408.g8P48Pw19378@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 20:35:04 -0700 <3D912EE8.9000409@redhat.com> X-Antipastobozoticataclysm: Bariumenemanilow X-SW-Source: 2002-09/txt/msg00065.txt.bz2 > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Roland McGrath wrote: > > I think you can just add the alias to sysdeps/unix/_exit.S instead. > > No. MIPS is one of the platforms without a functioning INLINE_SYSCALL > implementation. They need __syscall_* entry points. Yes, they need a __syscall_exit alias for _exit. Why not use an alias of the existing _exit instead of having syscalls.list generate a different one?