From 20f44fedcfd9b53547936d8fd1f2c50f6c267655 Mon Sep 17 00:00:00 2001 From: Quanah Gibson-Mount Date: Sat, 27 Jun 2009 20:47:17 +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