From e8b360eefdfc1175a10bf4bceb5d2d84a83d0222 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Thu, 8 Jun 2000 00:26:00 +0000 Subject: [PATCH] Disable pthread rwlock use til we sort out pool issues --- include/ldap_int_thread.h | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.39.5