Don't use Posix semaphores on Solaris 8. Fixes #662787.
This commit is contained in:
@@ -104,7 +104,7 @@
|
||||
/* Whether or not to use semaphores directly rather than emulating them with
|
||||
* mutexes and condition variables:
|
||||
*/
|
||||
#ifdef _POSIX_SEMAPHORES
|
||||
#if defined(_POSIX_SEMAPHORES) && !defined(HAVE_BROKEN_POSIX_SEMAPHORES)
|
||||
# define USE_SEMAPHORES
|
||||
#else
|
||||
# undef USE_SEMAPHORES
|
||||
|
||||
Reference in New Issue
Block a user