On Mon, Nov 17, 2003 at 06:11:06AM -0500, Joe Orton wrote:
> On Sun, Nov 16, 2003 at 06:25:00PM -0000, Jeff Trawick wrote:
> > trawick     2003/11/16 10:25:00
> > 
> >   Modified:    locks/unix thread_mutex.c
> >   Log:
> >   thread id is not always a scalar
> 
> This nested mutex code still relies on behavior which is either
> explicitly "undefined" by POSIX, or it's just wrong.  For 1.0 I think it
> would be best not to advertise the APR_THREAD_MUTEX_NESTED flag in the
> API.  e.g. remove it from the public header and move it to a private
> header to allow the pool-debug code to still build.

+1

Does the debug code actually need it, or can we change the way it uses
mutexes so that it doesn't?

-aaron

Reply via email to