From: Howard Chu Date: Fri, 3 Jun 2005 22:08:31 +0000 (+0000) Subject: ITS#3760 add missing NO_THREADS stubs X-Git-Tag: OPENLDAP_AC_BP~574 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=5f46aa4d3b4f5cf5becca78664726438fbb62fa7;p=openldap ITS#3760 add missing NO_THREADS stubs --- diff --git a/libraries/libldap_r/thr_stub.c b/libraries/libldap_r/thr_stub.c index 0f9bae6f19..ee65e67790 100644 --- a/libraries/libldap_r/thr_stub.c +++ b/libraries/libldap_r/thr_stub.c @@ -195,6 +195,22 @@ int ldap_pvt_thread_pool_setkey ( return(0); } +void ldap_pvt_thread_pool_purgekey( void *key ) +{ +} + +int ldap_pvt_thread_pool_pause ( + ldap_pvt_thread_pool_t *tpool ) +{ + return(0); +} + +int ldap_pvt_thread_pool_resume ( + ldap_pvt_thread_pool_t *tpool ) +{ + return(0); +} + void *ldap_pvt_thread_pool_context( ) { return(NULL);