From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17693 invoked by alias); 16 Sep 2002 07:36:36 -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 17676 invoked from network); 16 Sep 2002 07:36:35 -0000 Received: from unknown (HELO gateway.sf.frob.com) (64.160.52.195) by sources.redhat.com with SMTP; 16 Sep 2002 07:36:35 -0000 Received: from dhcp187.sf.frob.com (dhcp187.sf.frob.com [192.168.1.187]) by gateway.sf.frob.com (8.11.1/8.9.1) with ESMTP id g8G7WkX21177; Mon, 16 Sep 2002 00:32:46 -0700 (PDT) Received: (from roland@localhost) by dhcp187.sf.frob.com (8.11.6/8.11.6) id g8G7Wkw05656; Mon, 16 Sep 2002 00:32:46 -0700 Date: Mon, 16 Sep 2002 00:36:00 -0000 Message-Id: <200209160732.g8G7Wkw05656@dhcp187.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: Andreas Jaeger , GNU libc hacker Subject: Re: Fix _exit for Linux In-Reply-To: Ulrich Drepper's message of Monday, 16 September 2002 00:10:19 -0700 <3D8583DB.3050800@redhat.com> X-Shopping-List: (1) Recreational mispronunciations (2) Incautious golden imposition intrusions (3) Ecstatic skis (4) Irritating persuasive yies (5) Traitorous amusing goat ablutions X-SW-Source: 2002-09/txt/msg00028.txt.bz2 > Not every system might have this function and it is not exported. > Therefore having the rule in a sysdep Makefile is correct. Systems that don't have it are broken now because generic/libc-start.c refers to it. Either it belongs in the generic code and the generic makefile, or it belongs in the sysdeps makefile and a sysdeps libc-start.c.