]> git.ipfire.org Git - thirdparty/bind9.git/commit
Use isc_threadresult_t instead of pthread specific void * return type
authorOndřej Surý <ondrej@sury.org>
Wed, 4 Dec 2019 09:41:40 +0000 (10:41 +0100)
committerOndřej Surý <ondrej@isc.org>
Mon, 13 Jan 2020 08:08:48 +0000 (09:08 +0100)
commit4f7d1298a8e35adf9c8aab08360d288cdf0c0b95
tree8d0c59d0ab3c6655163cc78ff941fe90be1d4919
parent84b557e7cbd0243f5b322ff7fa5f084374828635
Use isc_threadresult_t instead of pthread specific void * return type

The ISC thread API already defines isc_threadresult_t type,
but we are using a pthread specific return type (void *).
lib/isc/netmgr/netmgr.c
lib/isc/tests/mem_test.c