]> git.ipfire.org Git - thirdparty/bind9.git/commit
Change the isc_thread_self() return type to uintptr_t
authorOndřej Surý <ondrej@sury.org>
Tue, 16 Feb 2021 18:54:04 +0000 (19:54 +0100)
committerOndřej Surý <ondrej@sury.org>
Thu, 25 Feb 2021 15:21:10 +0000 (16:21 +0100)
commita0181056a88d4a8ed8998f42225c0ea4e9bb7b99
tree1ab197ab183e0fec69356dd66979bc5166d68e8e
parentbea333f7c92c3ffa1eec25e19e86d0487457365b
Change the isc_thread_self() return type to uintptr_t

The pthread_self(), thrd_current() or GetCurrentThreadId() could
actually be a pointer, so we should rather convert the value into
uintptr_t instead of unsigned long.
lib/isc/pthreads/include/isc/thread.h
lib/isc/rwlock.c
lib/isc/task.c
lib/isc/trampoline.c
lib/isc/win32/condition.c
lib/isc/win32/include/isc/condition.h
lib/isc/win32/include/isc/thread.h
lib/ns/query.c