From: Kurt Zeilenga Date: Thu, 8 Jun 2000 00:26:00 +0000 (+0000) Subject: Disable pthread rwlock use til we sort out pool issues X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~2710 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=e8b360eefdfc1175a10bf4bceb5d2d84a83d0222;p=openldap Disable pthread rwlock use til we sort out pool issues --- diff --git a/include/ldap_int_thread.h b/include/ldap_int_thread.h index 23cb1eb2a4..405f20d1b8 100644 --- a/include/ldap_int_thread.h +++ b/include/ldap_int_thread.h @@ -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