]> git.sur5r.net Git - openldap/blobdiff - libraries/libldap_r/thr_stub.c
Last(?) set of changes before 2.2beta
[openldap] / libraries / libldap_r / thr_stub.c
index c775525b648e21b53921033660ef394e6ae335cb..30af739385de425444732f0215a2d34bf3f6983f 100644 (file)
@@ -191,4 +191,16 @@ 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 )
+{
+       return(0);
+}
+
 #endif /* NO_THREADS */