From owner-freebsd-newbies Thu Dec 24 15:21:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA03765 for freebsd-newbies-outgoing; Thu, 24 Dec 1998 15:21:11 -0800 (PST) (envelope-from owner-freebsd-newbies@FreeBSD.ORG) Received: from ritchie.loop.com (ritchie-inet.loop.com [207.211.60.70]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA03760 for ; Thu, 24 Dec 1998 15:21:10 -0800 (PST) (envelope-from icimjs@loop.com) Received: from knobel (p15.hwts15.loop.net [207.211.62.240]) by ritchie.loop.com (8.9.1/8.9.1) with SMTP id PAA20546 for ; Thu, 24 Dec 1998 15:14:36 -0800 (PST) Message-Id: <3.0.5.32.19981224151919.008493b0@pop.loop.com> X-Sender: icimjs@pop.loop.com X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.5 (32) Date: Thu, 24 Dec 1998 15:19:19 -0800 To: freebsd-newbies@FreeBSD.ORG From: Elan Subject: pthread Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-newbies@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, FreeBSD 3.0: QUESTION: Where in the source tree will I find the group of files that implement POSIX threads compatibility? Background: When compiling with the pthread option (gcc -pthread) gcc happily accepts calls to pthread_attr_getscope but complains when pthread_attr_setscope is used. History: Searching the Bug Reports Repository, it was reported as a bug in July that pthread_attr_setscope was not implemented. Perhaps I can repair the problem by consulting with the Linux POSIX threads compatibility library (setscope and getscope are each three-liners). QUESTION: Where in the source tree will I find the group of files that implement POSIX threads compatibility? TIA Elan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-newbies" in the body of the message