Date: Thu, 31 Dec 1998 09:11:55 -0600 From: "Richard Seaman, Jr." <dick@tar.com> To: freebsd-current@FreeBSD.ORG Subject: Re: threads, linuxthreads, breaks include files Message-ID: <19981231091155.F2783@tar.com> In-Reply-To: <19981231020349.A1376@top.worldcontrol.com>; from brian@worldcontrol.com on Thu, Dec 31, 1998 at 02:03:49AM -0800 References: <19981231020349.A1376@top.worldcontrol.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Dec 31, 1998 at 02:03:49AM -0800, brian@worldcontrol.com wrote: > After installing all the cool stuff from lt.tar.com I found this > situation in the unix (non-linux) pthread headers: > > /usr/include/pthread.h: > > #ifndef _PTHREAD_H_ > #define _PTHREAD_H_ > #ifdef LINUXTHREADS > #include <pthread/linuxthreads/pthread.h> > #else > #include <pthread/uthread/pthread.h> > #endif > #endif > > > > /usr/include/pthread/uthread/pthread.h: > ... > #ifndef _PTHREAD_H_ > #define _PTHREAD_H_ > ... > > Basically, this means that the real unix pthread data will not > be included from /usr/include/pthread/uthread/pthread.h because > _PTHREAD_H_ is defined by the /usr/include/pthread.h wrapper. > > I apologize if my system is simply out of date/sync but I try > to keep up. You're right. This is a bug. I'll fix it. -- Richard Seamman, Jr. email: dick@tar.com 5182 N. Maple Lane phone: 414-367-5450 Chenequa WI 53058 fax: 414-367-5852 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19981231091155.F2783>