From owner-cvs-all Sun Jan 30 5:37: 2 2000 Delivered-To: cvs-all@freebsd.org Received: from awfulhak.org (dynamic-49.max4-du-ws.dialnetwork.pavilion.co.uk [212.74.9.177]) by hub.freebsd.org (Postfix) with ESMTP id A0CAC15003; Sun, 30 Jan 2000 05:36:56 -0800 (PST) (envelope-from brian@Awfulhak.org) Received: from hak.lan.Awfulhak.org (root@hak.lan.Awfulhak.org [172.16.0.12]) by awfulhak.org (8.9.3/8.9.3) with ESMTP id NAA77993; Sun, 30 Jan 2000 13:36:26 GMT (envelope-from brian@lan.awfulhak.org) Received: from hak.lan.Awfulhak.org (brian@localhost.lan.Awfulhak.org [127.0.0.1]) by hak.lan.Awfulhak.org (8.9.3/8.9.3) with ESMTP id NAA04941; Sun, 30 Jan 2000 13:36:20 GMT (envelope-from brian@hak.lan.Awfulhak.org) Message-Id: <200001301336.NAA04941@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.1.0 09/18/1999 To: Jason Evans Cc: Jason Evans , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, brian@hak.lan.Awfulhak.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: Message from Jason Evans of "Sat, 29 Jan 2000 15:11:10 PST." <20000129151110.D73462@sturm.canonware.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 30 Jan 2000 13:36:20 +0000 From: Brian Somers Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > 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. There *may* be something funny still going on with _exit()... I'm trying to rebuild X (as my window manager was killed by the recent C++ library breakage^Wchanges, so now's as good a time as any), and have had problems that I can't claim to understand but are still breaking ports/x11/XFree86 after a very short way into the compilation. Doing another make world now.... > Jason > > -- Brian Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message