From owner-freebsd-current Thu Dec 17 14:48:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA29397 for freebsd-current-outgoing; Thu, 17 Dec 1998 14:48:57 -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 OAA29392 for ; Thu, 17 Dec 1998 14:48:54 -0800 (PST) (envelope-from lists@tar.com) Received: from ppro.tar.com (ppro.tar.com [204.95.187.9]) by ns.tar.com (8.9.1/8.9.1) with SMTP id QAA03892 for ; Thu, 17 Dec 1998 16:48:45 -0600 (CST) (envelope-from lists@tar.com) Message-Id: <199812172248.QAA03892@ns.tar.com> From: "Richard Seaman, Jr." To: "current@freebsd.org" Date: Thu, 17 Dec 98 16:48:45 -0600 Reply-To: "Richard Seaman, Jr." X-Mailer: PMMail 1.92 For OS/2 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Subject: Re: Linux Threads patches available Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 15 Dec 98 16:41:04 -0600, Richard Seaman, Jr. wrote: >The linux threads patches are available at http://lt.tar.com/ Ok. I found a mistake in the linux threads port (liblinuxthreads.tar.gz). You can either re-download the corrected version or apply this in the liblinuxthreads directory. *** condvar.c~ Fri Dec 4 16:58:13 1998 --- condvar.c Thu Dec 17 16:20:46 1998 *************** *** 71,77 **** { volatile pthread_descr self = thread_self(); int retsleep; ! #ifndef __FreeBSD__ sigset_t unblock, initial_mask; sigjmp_buf jmpbuf; --- 71,77 ---- { volatile pthread_descr self = thread_self(); int retsleep; ! #ifndef USETHR_FUNCTIONS sigset_t unblock, initial_mask; sigjmp_buf jmpbuf; To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message