]> git.sur5r.net Git - openldap/commitdiff
ITS#3760 add missing NO_THREADS stubs
authorHoward Chu <hyc@openldap.org>
Fri, 3 Jun 2005 22:08:31 +0000 (22:08 +0000)
committerHoward Chu <hyc@openldap.org>
Fri, 3 Jun 2005 22:08:31 +0000 (22:08 +0000)
libraries/libldap_r/thr_stub.c

index 0f9bae6f198717f5c469230588a44b8955da3fc8..ee65e6779067a06714603ccad643b7ed3a5c65ea 100644 (file)
@@ -195,6 +195,22 @@ int ldap_pvt_thread_pool_setkey (
        return(0);
 }
 
+void ldap_pvt_thread_pool_purgekey( void *key )
+{
+}
+
+int ldap_pvt_thread_pool_pause ( 
+       ldap_pvt_thread_pool_t *tpool )
+{
+       return(0);
+}
+
+int ldap_pvt_thread_pool_resume ( 
+       ldap_pvt_thread_pool_t *tpool )
+{
+       return(0);
+}
+
 void *ldap_pvt_thread_pool_context( )
 {
        return(NULL);