Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Dec 98 16:48:45 -0600
From:      "Richard Seaman, Jr." <lists@tar.com>
To:        "current@freebsd.org" <current@FreeBSD.ORG>
Subject:   Re: Linux Threads patches available
Message-ID:  <199812172248.QAA03892@ns.tar.com>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199812172248.QAA03892>