mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-04-12 15:10:31 +08:00
Trust HAVE_PTHREAD_RWLOCK_DESTROY now.
This commit is contained in:
parent
65f05d3ac5
commit
6111087fac
@ -63,7 +63,7 @@ typedef pthread_cond_t ldap_int_thread_cond_t;
|
||||
#define LDAP_THREAD_HAVE_SETCONCURRENCY 1
|
||||
#endif
|
||||
|
||||
#if 0 && defined( HAVE_PTHREAD_RWLOCK_DESTROY )
|
||||
#if defined( HAVE_PTHREAD_RWLOCK_DESTROY )
|
||||
#define LDAP_THREAD_HAVE_RDWR 1
|
||||
typedef pthread_rwlock_t ldap_int_thread_rdwr_t;
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user