mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 05:49:59 -04:00
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:
commit
fb95c1b8f4
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue