From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29715 invoked by alias); 9 Dec 2002 20:50:47 -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 29698 invoked from network); 9 Dec 2002 20:50:46 -0000 Received: from unknown (HELO gateway.sf.frob.com) (64.160.55.155) by sources.redhat.com with SMTP; 9 Dec 2002 20:50:46 -0000 Received: from magilla.sf.frob.com (magilla.sf.frob.com [198.49.250.228]) by gateway.sf.frob.com (Postfix) with ESMTP id 3BD7C36DE; Mon, 9 Dec 2002 12:50:46 -0800 (PST) Received: (from roland@localhost) by magilla.sf.frob.com (8.11.6/8.11.6) id gB9KokF07577; Mon, 9 Dec 2002 12:50:46 -0800 Date: Mon, 09 Dec 2002 12:50:00 -0000 Message-Id: <200212092050.gB9KokF07577@magilla.sf.frob.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit From: Roland McGrath To: Jakub Jelinek Cc: Ulrich Drepper , Glibc hackers Subject: Re: [PATCH] Make LD_ASSUME_KERNEL working even for static binaries In-Reply-To: Jakub Jelinek's message of Monday, 9 December 2002 19:29:31 +0100 <20021209192931.J1310@sunsite.ms.mff.cuni.cz> X-Zippy-Says: I will SHAVE and buy JELL-O and bring my MARRIAGE MANUAL!! X-SW-Source: 2002-12/txt/msg00012.txt.bz2 > LD_ASSUME_KERNEL doesn't work for static binaries, the following patch makes > it work even for them (so you can influence what libraries it will use > during NSS lookups or ICONV). Ok, we need that. I think it needs to be __secure_getenv, though. I also wonder why this stuff is in linux/i386 instead of linux/.