]> git.ipfire.org Git - thirdparty/bind9.git/commit
Use error checking mutex in developer mode on Linux
authorOndřej Surý <ondrej@isc.org>
Mon, 5 Feb 2024 08:03:41 +0000 (09:03 +0100)
committerOndřej Surý <ondrej@isc.org>
Wed, 7 Feb 2024 19:54:05 +0000 (20:54 +0100)
commit2c98ccbdbac1202a3bf719e34c11e0eb04bb931d
tree1136b0e9e9707d51f81977b58009c7e45418c289
parent01038d894fdf6df85aba8b4fdb2cc149f0476da5
Use error checking mutex in developer mode on Linux

When developer mode is enabled, use error checking mutex type, so we can
discover wrong use of mutexes faster.
configure.ac
lib/isc/include/isc/mutex.h
lib/isc/mutex.c