Add ldap_pvt_thread_pool_context() stub for NO_THREADS builds

This commit is contained in:
Howard Chu 2003-04-16 00:18:56 +00:00
parent 0c67c0493b
commit b4dfd0c08c

View 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 )
{