From owner-freebsd-arch@FreeBSD.ORG Mon May 5 15:16:44 2003 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C22EF37B401 for ; Mon, 5 May 2003 15:16:44 -0700 (PDT) Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89F9343F85 for ; Mon, 5 May 2003 15:16:43 -0700 (PDT) (envelope-from ache@pobrecita.freebsd.ru) Received: from pobrecita.freebsd.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.12.9/8.12.9) with ESMTP id h45MGfMr042911; Tue, 6 May 2003 02:16:42 +0400 (MSD) (envelope-from ache@pobrecita.freebsd.ru) Received: (from ache@localhost) by pobrecita.freebsd.ru (8.12.9/8.12.9/Submit) id h45MGflM042910; Tue, 6 May 2003 02:16:41 +0400 (MSD) Date: Tue, 6 May 2003 02:16:41 +0400 From: "Andrey A. Chernov" To: Daniel Eischen Message-ID: <20030505221641.GA42722@nagual.pp.ru> References: <20030505205051.GA40572@nagual.pp.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.4i cc: freebsd-arch@freebsd.org cc: Dag-Erling Smorgrav Subject: Re: `Hiding' libc symbols X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 May 2003 22:16:45 -0000 On Mon, May 05, 2003 at 18:02:42 -0400, Daniel Eischen wrote: > > Can't you still do what you want even with the standard symbols > hidden? If you mean to produce linker error for replaced standard functions in current hiding model (i.e. for threads) - I don't know - threads implementation is completely unknown to me to deal with.