From owner-cvs-all Sat Jan 29 21:59: 8 2000 Delivered-To: cvs-all@freebsd.org Received: from gidora.zeta.org.au (gidora.zeta.org.au [203.26.10.25]) by hub.freebsd.org (Postfix) with SMTP id 9A77015260 for ; Sat, 29 Jan 2000 21:58:06 -0800 (PST) (envelope-from bde@zeta.org.au) Received: (qmail 25870 invoked from network); 30 Jan 2000 05:58:04 -0000 Received: from bde.zeta.org.au (203.2.228.102) by gidora.zeta.org.au with SMTP; 30 Jan 2000 05:58:04 -0000 Date: Sun, 30 Jan 2000 16:58:00 +1100 (EST) From: Bruce Evans X-Sender: bde@alphplex.bde.org To: Jason Evans Cc: Jason Evans , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc_r/uthread uthread_accept.c uthread_aio_suspend.c uthread_bind.c uthread_connect.c uthread_dup.c uthread_dup2.c uthread_execve.c uthread_exit.c uthread_fchflags.c uthread_fchmod.c uthread_fchown.c uthread_flock.c uthread_fork.c ... In-Reply-To: <20000129151110.D73462@sturm.canonware.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Sat, 29 Jan 2000, Jason Evans wrote: > On Sat, Jan 29, 2000 at 02:53:58PM -0800, Jason Evans wrote: > > Log: > > Use __strong_reference() instead of __weak_reference() to assure that the > > weak symbols of the same name are not used. > > It looks like it's going to take an 'installworld' or 'includes', then a > 'world' in order for this to take effect, since the 'buildworld' uses the > installed version of cdefs.h. Oh well. It doesn't break the world, and > it's no more broken than using __weak_reference(), so I went ahead and > committed it. > > In other words, unless you take special action, libc_r won't start working > correctly until you've built and installed the world twice. Nope. Buildworld only uses the installed version of cdefs.h for building tools (unless someone spams the world by running `make includes' first). Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message