From owner-freebsd-java Tue Mar 6 11: 0: 8 2001 Delivered-To: freebsd-java@freebsd.org Received: from pcnet1.pcnet.com (pcnet1.pcnet.com [204.213.232.3]) by hub.freebsd.org (Postfix) with ESMTP id C0D8C37B718 for ; Tue, 6 Mar 2001 11:00:06 -0800 (PST) (envelope-from eischen@vigrid.com) Received: (from eischen@localhost) by pcnet1.pcnet.com (8.8.7/PCNet) id NAA29348; Tue, 6 Mar 2001 13:59:32 -0500 (EST) Date: Tue, 6 Mar 2001 13:59:32 -0500 (EST) From: Daniel Eischen To: Ernst de Haan Cc: Nate Williams , java@FreeBSD.ORG Subject: Re: Java and libc/libpthread In-Reply-To: <20010306194754.A2318@c187104187.telekabel.chello.nl> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, 6 Mar 2001, Ernst de Haan wrote: > Do the other BSD variants (NetBSD, BSD/OS, etc.) have a similar library? Would > libpthread be an implementation of the pthread `standard' found in Solaris? I don't think {Net,Open}BSD have an NxN threading model. BSD/OS might. My goal is to keep our libpthread as close to the POSIX/SUSv2 specs as possible -- the same interface () as our current libc_r. You should should be able to switch between libc_r and libpthread just by using -lc_r or -lpthread. -- Dan Eischen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message