From owner-freebsd-current  Wed Jan 19 21: 2:50 2000
Delivered-To: freebsd-current@freebsd.org
Received: from pcnet1.pcnet.com (pcnet1.pcnet.com [204.213.232.3])
	by hub.freebsd.org (Postfix) with ESMTP
	id 4FCCE1520C; Wed, 19 Jan 2000 21:02:41 -0800 (PST)
	(envelope-from eischen@vigrid.com)
Received: (from eischen@localhost)
	by pcnet1.pcnet.com (8.8.7/PCNet) id AAA06534;
	Thu, 20 Jan 2000 00:02:34 -0500 (EST)
Date: Thu, 20 Jan 2000 00:02:34 -0500 (EST)
From: Daniel Eischen <eischen@vigrid.com>
To: jasone@canonware.com, current@FreeBSD.ORG, obrien@FreeBSD.ORG
Subject: Re: RFC: buildworld breakage due to cross-tools/libc/mktemp.
In-Reply-To: <200001200454.XAA05264@pcnet1.pcnet.com>
Message-ID: <Pine.SUN.3.91.1000119235909.5750A-100000@pcnet1.pcnet.com>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Sender: owner-freebsd-current@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

> What we had before the _libc_XXX name additions would have worked
> as long as all internal uses of XXX inside libc were changed to
> _XXX, and, when building for libc_r, all renamed (hidden) system
> calls need _XXX defined as weak symbols to _thread_sys_XXX.

Actually, you don't even need to define _XXX as a weak symbol
for _thread_sys_XXX when building libc_r.  libc_r will provide
the routine _XXX to perform the call conversion, so defining
_XXX as a weak symbol is not needed.

Dan Eischen
eischen@vigrid.com



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message