]> git.sur5r.net Git - openldap/commitdiff
fix build without threads (ITS#4721)
authorPierangelo Masarati <ando@openldap.org>
Thu, 26 Oct 2006 22:03:12 +0000 (22:03 +0000)
committerPierangelo Masarati <ando@openldap.org>
Thu, 26 Oct 2006 22:03:12 +0000 (22:03 +0000)
libraries/libldap_r/thr_stub.c

index b186e5c8ac032dd9db03a2b6508c5f43f0722c6e..ff00dfeb8e9cf5e2d5637b6827e5ea4c285ae073 100644 (file)
@@ -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 */