]> git.ipfire.org Git - thirdparty/bind9.git/commit
Remove debugging implementation of stdatomic using mutexes
authorOndřej Surý <ondrej@isc.org>
Wed, 9 Mar 2022 09:42:44 +0000 (10:42 +0100)
committerOndřej Surý <ondrej@isc.org>
Thu, 17 Mar 2022 20:44:04 +0000 (21:44 +0100)
commit2c86bd4ed9c55d9c95a48b8e395bd4bcb2a8af64
tree5a37b9211c11e1ca5f8c2e37227da13e6e0fab72
parent25732d818dfaec433b31938f7220c2be69e87d99
Remove debugging implementation of stdatomic using mutexes

Upcoming LLVM/Clang 15 has marked the ATOMIC_VAR_INIT() as deprecated
breaking the build.  In the previous commit, we have removed the use of
ATOMIC_VAR_INIT(), but as that was a prerequisite to using the
--enable-mutexatomic debugging mode, we have to remove the debugging
mode.
.gitlab-ci.yml
config.h.in
configure
configure.ac
lib/dns/rbtdb.c
lib/isc/include/isc/Makefile.in
lib/isc/include/isc/atomic.h
lib/isc/include/isc/mutexatomic.h [deleted file]
lib/ns/query.c