/[Apache-SVN]
ViewVC logotype

Revision 380120


Jump to revision: Previous Next
Author: jorton
Date: Thu Feb 23 14:06:15 2006 UTC (18 years, 2 months ago)
Changed paths: 2
Log Message:
* configure.in: Remove bogus check to test whether defining
_POSIX_THREAD_PRIO_INHERIT makes pthread_mutexattr_setrobust_np
available; the former is a POSIX feature test macro and is defined (or
not) by unistd.h, not the application.

* locks/unix/proc_mutex.c (proc_mutex_proc_pthread_create): Make
explicit the assumption that robust mutexes are only used if priority
inheritance is supported; this prevents use of robust mutexes with
glibc 2.3, which aren't supported for cross-process use.

PR: 38442


Changed paths

Path Details
Directoryapr/apr/trunk/configure.in modified , text changed
Directoryapr/apr/trunk/locks/unix/proc_mutex.c modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26