mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-03 20:40:05 -05:00
Add ldap_pvt_thread_pool_context() stub for NO_THREADS builds
This commit is contained in:
parent
0c67c0493b
commit
b4dfd0c08c
1 changed files with 5 additions and 0 deletions
|
|
@ -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 )
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue