mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
fix build without threads (ITS#4721)
This commit is contained in:
parent
ca3451504c
commit
5ee5709993
1 changed files with 7 additions and 0 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue