mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 00:59:45 -05:00
Disable pthread rwlock use til we sort out pool issues
This commit is contained in:
parent
0eb19657fa
commit
e8b360eefd
1 changed files with 2 additions and 0 deletions
|
|
@ -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 a new issue