Skip site navigation (1)Skip section navigation (2)
Date:      07 Jan 1998 10:00:40 +0100
From:      Thomas Gellekum <tg@ihf.rwth-aachen.de>
To:        John Birrell <jb@freebsd1.cimlogic.com.au>
Cc:        tg@FreeBSD.ORG (Thomas Gellekum), cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG
Subject:   Re: cvs commit: ports/lang/python Makefile ports/lang/python/patches  patch-ab
Message-ID:  <87u3bgwtdy.fsf@ghpc6.ihf.rwth-aachen.de>
In-Reply-To: John Birrell's message of Wed, 07 Jan 1998 19:44:18 %2B1100 (EST)
References:  <199801070844.TAA11551@freebsd1.cimlogic.com.au>

next in thread | previous in thread | raw e-mail | index | archive | help
John Birrell <jb@freebsd1.cimlogic.com.au> writes:

> >   Make python work with threads again. Looks like our libc_r implements
> >   an older draft of the pthread standard.
> 
> Yes it does. That will change with the move to kernel threads.
> libpthread will implement the standard as published (1003.1, 1996 Edition).

That means the new library won't be in 2.2.x?

BTW, the manual page already seems to reflect the standard. At least
the published prototype for pthread_detach() doesn't match the actual
source:

pthread.3: int pthread_detach(pthread_t thread)
pthread.h: int             pthread_detach __P((pthread_t *));

tg



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