Date: Thu, 24 Dec 1998 15:19:19 -0800 From: Elan <icimjs@loop.com> To: freebsd-newbies@FreeBSD.ORG Subject: pthread Message-ID: <3.0.5.32.19981224151919.008493b0@pop.loop.com>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3.0.5.32.19981224151919.008493b0>