Changeset 139 for trunk/include


Ignore:
Timestamp:
Oct 28, 2007, 4:59:22 PM (17 years ago)
Author:
rainer
Message:

Detect availability of recursive mutexes on Linux.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/sh_pthread.h

    r138 r139  
    3636 * ----   Recursive mutex  ----
    3737 */
    38 #if defined(PTHREAD_MUTEX_RECURSIVE)
     38#if defined(HAVE_PTHREAD_MUTEX_RECURSIVE)
    3939
    4040/* On GNU C, it's an enum, thus the alternative implementation
Note: See TracChangeset for help on using the changeset viewer.