From b4dfd0c08c7c2fa6ea448fc5c047588e07988b9c Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Wed, 16 Apr 2003 00:18:56 +0000 Subject: [PATCH] Add ldap_pvt_thread_pool_context() stub for NO_THREADS builds --- libraries/libldap_r/thr_stub.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/libraries/libldap_r/thr_stub.c b/libraries/libldap_r/thr_stub.c index 021c95335c..30af739385 100644 --- a/libraries/libldap_r/thr_stub.c +++ b/libraries/libldap_r/thr_stub.c @@ -192,6 +192,11 @@ int ldap_pvt_thread_pool_setkey ( return(0); } +void *ldap_pvt_thread_pool_context( ) +{ + return(NULL); +} + ldap_pvt_thread_t ldap_pvt_thread_self( void ) { -- 2.39.5