From: Pierangelo Masarati Date: Thu, 26 Oct 2006 22:03:12 +0000 (+0000) Subject: fix build without threads (ITS#4721) X-Git-Tag: OPENLDAP_REL_ENG_2_3_MP~33 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=5ee5709993bf60406a01fb1fc23ce3334d60d119;p=openldap fix build without threads (ITS#4721) --- diff --git a/libraries/libldap_r/thr_stub.c b/libraries/libldap_r/thr_stub.c index b186e5c8ac..ff00dfeb8e 100644 --- a/libraries/libldap_r/thr_stub.c +++ b/libraries/libldap_r/thr_stub.c @@ -229,4 +229,11 @@ ldap_pvt_thread_self( void ) return(0); } +ldap_pvt_thread_t +ldap_pvt_thread_pool_tid( void *vctx ) +{ + + return(0); +} + #endif /* NO_THREADS */