mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-10 19:50:00 -04:00
use isc_thread_self instead of pthread_self
This commit is contained in:
parent
7239308b36
commit
5e9d9aa9d0
1 changed files with 1 additions and 1 deletions
|
|
@ -184,7 +184,7 @@ mem_realloc(void *ptr, size_t size FLARG) {
|
|||
static void
|
||||
_set_thread_id(CRYPTO_THREADID *id)
|
||||
{
|
||||
CRYPTO_THREADID_set_numeric(id, (unsigned long)pthread_self());
|
||||
CRYPTO_THREADID_set_numeric(id, (unsigned long)isc_thread_self());
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue