mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-12 12:59:59 -04:00
use isc_thread_self instead of pthread_self
(cherry picked from commit 5e9d9aa9d0)
This commit is contained in:
parent
748efb8966
commit
3d5f0fcc5a
1 changed files with 1 additions and 1 deletions
|
|
@ -192,7 +192,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