mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-02 21:19:53 -05:00
ITS#3760 add missing NO_THREADS stubs
This commit is contained in:
parent
da9732a766
commit
5f46aa4d3b
1 changed files with 16 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue