From 093fed660ddcbc416e69eeec048cb9d50f4c0a78 Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Thu, 25 Jun 2009 23:15:38 +0000 Subject: [PATCH] ITS#6188 add stub for ldap_pvt_thread_pool_retract() --- libraries/libldap_r/thr_stub.c | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/libraries/libldap_r/thr_stub.c b/libraries/libldap_r/thr_stub.c index 1922fa2afd..2e3b3522fb 100644 --- a/libraries/libldap_r/thr_stub.c +++ b/libraries/libldap_r/thr_stub.c @@ -166,6 +166,14 @@ ldap_pvt_thread_pool_submit ( return(0); } +int +ldap_pvt_thread_pool_retract ( + ldap_pvt_thread_pool_t *pool, + ldap_pvt_thread_start_t *start_routine, void *arg ) +{ + return(0); +} + int ldap_pvt_thread_pool_maxthreads ( ldap_pvt_thread_pool_t *tpool, int max_threads ) { -- 2.39.5