diff --git a/libraries/libldap_r/thr_stub.c b/libraries/libldap_r/thr_stub.c index 402abc35f7..ec0a7ff688 100644 --- a/libraries/libldap_r/thr_stub.c +++ b/libraries/libldap_r/thr_stub.c @@ -202,6 +202,18 @@ ldap_pvt_thread_pool_destroy ( return(0); } +void +ldap_pvt_thread_pool_idle ( ldap_pvt_thread_pool_t *pool ) +{ + return; +} + +void +ldap_pvt_thread_pool_unidle ( ldap_pvt_thread_pool_t *pool ) +{ + return; +} + int ldap_pvt_thread_pool_getkey ( void *ctx, void *key, void **data, ldap_pvt_thread_pool_keyfree_t **kfree ) {