Merge branch '4270-use-HAVE_STDATOMIC_H-for-stdatomic.h-header-detection-9.18' into 'bind-9.18'

Workaround faulty stdatomic.h header detection on Oracle Linux 7

See merge request isc-projects/bind9!8230
This commit is contained in:
Ondřej Surý 2023-08-22 13:29:43 +00:00
commit fb95c1b8f4

View file

@ -13,7 +13,7 @@
#pragma once
#if __STDC_VERSION__ >= 201112L && !defined(__STDC_NO_ATOMICS__)
#if HAVE_STDATOMIC_H
#include <stdatomic.h>
#else
#include <isc/stdatomic.h>