[EMAIL PROTECTED] writes:

>   New process locking API for APR.
>   
>   Submitted by:       Aaron Bannert <[EMAIL PROTECTED]>

>   1.1                  apr/locks/unix/proc_mutex.c
>   
>   Index: proc_mutex.c
>   ===================================================================
...
>       if ((stat = pthread_mutexattr_init(&mattr))) {
>   #ifdef PTHREAD_SETS_ERRNO
>           stat = errno;
>   #endif
>           proc_pthread_cleanup(new_mutex);

Is this supposed to be proc_mutex_proc_pthread_cleanup()?  I'm getting
a bunch of unresolved references to proc_pthread_cleanup() on
Solaris.  We do have a function called proc_pthread_cleanup(), but
that is static in crossproc.c.

-- 
Jeff Trawick | [EMAIL PROTECTED] | PGP public key at web site:
       http://www.geocities.com/SiliconValley/Park/9289/
             Born in Roswell... married an alien...

Reply via email to