[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [patches] [PATCH] Fix pthread_mutex_unlock.man recursive semantic
- To: Samuel Thibault <samuel.thibault@xxxxxxxxxxxx>
- Subject: Re: [patches] [PATCH] Fix pthread_mutex_unlock.man recursive semantic
- From: "Joseph S. Myers" <joseph@xxxxxxxxxxxxxxxx>
- Date: Sun, 8 Nov 2009 00:42:29 +0000 (UTC)
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