]> git.ipfire.org Git - thirdparty/bind9.git/commit
Always use adaptive mutexes on Linux
authorOndřej Surý <ondrej@isc.org>
Mon, 5 Feb 2024 07:57:23 +0000 (08:57 +0100)
committerOndřej Surý <ondrej@isc.org>
Wed, 7 Feb 2024 19:54:05 +0000 (20:54 +0100)
commit01038d894fdf6df85aba8b4fdb2cc149f0476da5
tree94729cd22030ce7d0642587e2ab8da9e1c70381e
parentcb1d2e57e91f5df3acc53d086a61b02b2152028a
Always use adaptive mutexes on Linux

When adaptive mutexes are available (with glibc), always use them.
Remove the autoconf switch and also fix the static initializer.
configure.ac
lib/isc/include/isc/mutex.h
lib/isc/mutex.c