mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-07 14:18:15 +08:00
Disable pthread rwlock use til we sort out pool issues
This commit is contained in:
parent
0eb19657fa
commit
e8b360eefd
@ -89,8 +89,10 @@ typedef pth_t ldap_int_thread_t;
|
||||
typedef pth_mutex_t ldap_int_thread_mutex_t;
|
||||
typedef pth_cond_t ldap_int_thread_cond_t;
|
||||
|
||||
#if 0
|
||||
#define LDAP_THREAD_HAVE_RDWR 1
|
||||
typedef pth_rwlock_t ldap_pvt_thread_rdwr_t;
|
||||
#endif
|
||||
|
||||
LDAP_END_DECL
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user