]> git.ipfire.org Git - thirdparty/bind9.git/commit
Require C11 thread_local keyword and <threads.h> header
authorOndřej Surý <ondrej@isc.org>
Tue, 10 Jan 2023 11:48:03 +0000 (12:48 +0100)
committerOndřej Surý <ondrej@isc.org>
Wed, 8 Feb 2023 20:33:23 +0000 (21:33 +0100)
commit1c456c028467801c25ba072287c68476b81ef7fd
tree06899872071e7825fdb3b320b749e9cadadf2a65
parent20fd0cc60b060e91f3eac06379227b156f4d4148
Require C11 thread_local keyword and <threads.h> header

Change the autoconf check to require C11 <threads.h> header and
thread_local keyword.
configure.ac
doc/arm/platforms.inc.rst
lib/isc/include/isc/thread.h
lib/isc/iterated_hash.c
lib/isc/tid.c
m4/ax_tls.m4 [deleted file]