[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [patches] [PATCH] Fix pthread_mutex_unlock.man recursive semantic



On Fri, 6 Nov 2009, Samuel Thibault wrote:

> Hello,
> 
> There is a small error in the pthread_mutex_unlock manpage: as required
> by the POSIX norm, recursive mutexes do check that its caller is the
> owner of the lock.

What system are you using that supports Linuxthreads with current EGLIBC 
(so supports TLS) but not NPTL?  Linuxthreads only remains on the EGLIBC 
trunk for the occasional users of such systems; it's a very specialised 
use case.  (I presume you have checked your patch against what 
Linuxthreads does; it's not the function of Linuxthreads manpages to 
document NPTL.)

-- 
Joseph S. Myers
joseph@xxxxxxxxxxxxxxxx