From owner-freebsd-current Thu Dec 31 07:12:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA09061 for freebsd-current-outgoing; Thu, 31 Dec 1998 07:12:17 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from ns.tar.com (ns.tar.com [204.95.187.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA09055 for ; Thu, 31 Dec 1998 07:12:16 -0800 (PST) (envelope-from dick@ns.tar.com) Received: (from dick@localhost) by ns.tar.com (8.9.1/8.9.1) id JAA25997 for freebsd-current@freebsd.org; Thu, 31 Dec 1998 09:11:55 -0600 (CST) (envelope-from dick) Date: Thu, 31 Dec 1998 09:11:55 -0600 From: "Richard Seaman, Jr." To: freebsd-current@FreeBSD.ORG Subject: Re: threads, linuxthreads, breaks include files Message-ID: <19981231091155.F2783@tar.com> References: <19981231020349.A1376@top.worldcontrol.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95i In-Reply-To: <19981231020349.A1376@top.worldcontrol.com>; from brian@worldcontrol.com on Thu, Dec 31, 1998 at 02:03:49AM -0800 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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 > #else > #include > #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