From owner-freebsd-questions Mon Nov 3 20:04:20 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id UAA05816 for questions-outgoing; Mon, 3 Nov 1997 20:04:20 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id UAA05800 for ; Mon, 3 Nov 1997 20:04:16 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.7) with SMTP id UAA26514; Mon, 3 Nov 1997 20:04:15 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Mon, 3 Nov 1997 20:04:15 -0800 (PST) From: Doug White Reply-To: Doug White To: Gene Minsung Kim cc: questions@FreeBSD.ORG Subject: Re: pthreads question In-Reply-To: <345E152E.F97D37FE@nttlabs.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Mon, 3 Nov 1997, Gene Minsung Kim wrote: > Does FreeBSD pthreads library fully implement the POSIX.1c? I saw the > prototypes for functions like pthread_attr_{get,set}scope and > pthread_attr_{get,set}schedpolicy, but couldn't find the function body > in the source files (/usr/src/lib/libc_r/uthreads/*). Am I missing > something? Check the standard libc source. When you try to build libc_r you have to build libc first, and the libc_r build borrows a chunk from libc. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major