]> git.ipfire.org Git - thirdparty/bind9.git/commit
Define ATOMIC_VAR_INIT() on Windows
authorMichał Kępień <michal@isc.org>
Wed, 3 Jul 2019 12:25:11 +0000 (14:25 +0200)
committerMichał Kępień <michal@isc.org>
Wed, 3 Jul 2019 12:27:53 +0000 (14:27 +0200)
commitdf42771a54b23fa80adae94969c38dd53b0b71e4
treea45da8ac43489c4d009a9c48f404240ac89f47c5
parent590362fa48c0b91e23082ee81cf73a0cdc0ecd63
Define ATOMIC_VAR_INIT() on Windows

Commit b104a9bc503033b4c3174f088e2c5bdbc5d8bb51 introduced unconditional
use of the ATOMIC_VAR_INIT() macro in bin/dnssec/dnssec-signzone.c even
though that macro is only defined on Unix platforms.  Define it on
Windows systems as well in order to prevent build failures.
lib/isc/win32/include/isc/stdatomic.h