]> git.sur5r.net Git - openldap/commitdiff
Add ldap_pvt_thread_pool_context() stub for NO_THREADS builds
authorHoward Chu <hyc@openldap.org>
Wed, 16 Apr 2003 00:18:56 +0000 (00:18 +0000)
committerHoward Chu <hyc@openldap.org>
Wed, 16 Apr 2003 00:18:56 +0000 (00:18 +0000)
libraries/libldap_r/thr_stub.c

index 021c95335c27e37a102ba65f9876bc9c9b81ba39..30af739385de425444732f0215a2d34bf3f6983f 100644 (file)
@@ -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 )
 {