From owner-freebsd-questions Thu Dec 24 16:22:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA11483 for freebsd-questions-outgoing; Thu, 24 Dec 1998 16:22:37 -0800 (PST) (envelope-from owner-freebsd-questions@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 QAA11478 for ; Thu, 24 Dec 1998 16:22:34 -0800 (PST) (envelope-from icimjs@loop.com) Received: from knobel (p25.hwts16.loop.net [207.211.63.40]) by ritchie.loop.com (8.9.1/8.9.1) with SMTP id QAA24427 for ; Thu, 24 Dec 1998 16:15:59 -0800 (PST) Message-Id: <3.0.5.32.19981224162042.008a4430@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 16:20:42 -0800 To: freebsd-questions@FreeBSD.ORG From: Elan Subject: pthread_attr_setscope Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@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-questions" in the body of the message