From owner-freebsd-current Wed Jan 19 1:36:47 2000 Delivered-To: freebsd-current@freebsd.org Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [169.237.7.38]) by hub.freebsd.org (Postfix) with ESMTP id 50D0015122 for ; Wed, 19 Jan 2000 01:36:43 -0800 (PST) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (root@d60-025.leach.ucdavis.edu [169.237.60.25]) by relay.nuxi.com (8.9.3/8.9.3) with ESMTP id BAA75926; Wed, 19 Jan 2000 01:36:41 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.9.3/8.9.1) id BAA36853; Wed, 19 Jan 2000 01:36:43 -0800 (PST) (envelope-from obrien) Date: Wed, 19 Jan 2000 01:36:43 -0800 From: "David O'Brien" To: jasone@canonware.com Cc: current@FreeBSD.ORG Subject: Re: RFC: buildworld breakage due to cross-tools/libc/mktemp. Message-ID: <20000119013643.A36827@dragon.nuxi.com> Reply-To: obrien@FreeBSD.ORG References: <20000112211625.A21988@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from eischen@vigrid.com on Thu, Jan 13, 2000 at 06:53:25AM -0500 X-Operating-System: FreeBSD 4.0-CURRENT Organization: The NUXI BSD group X-PGP-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Keyid: 34F9F9D5 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Jan 13, 2000 at 06:53:25AM -0500, Daniel Eischen wrote: > On Wed, 12 Jan 2000, David O'Brien wrote: > > I don't see why a plain function like mkstemp() should be written so > > specially. Couldn't all the hiding/changing done for threads be done > > w/in open() itself? Neither HP-UX 10.30 (which has kernel threads), nor > > Solaris 7 needs such open() hackery in mkstemp(). > > Given where we want to go with pthreads, and the proposed architecture, > I'm not sure why we need to have open -> _libc_open -> __open (or > whatever it is). Why isn't using _open internally in libc sufficient? > open is a weak symbol for _open, and libpthread can override the open > (weak symbol). Is this email being ignored? -- -- David (obrien@NUXI.com) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message