From b66386865e68d8df0f228187781fcd5bc2dbf184 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Wed, 8 Aug 2018 15:41:40 -0400 Subject: Detect broken stdatomic.h, and pretend that it isn't there at all I hope that the debian clang maintainers will look at debian bug 903709 soon. But until they do, this should keep our users and our CI happy on sid with clang. Closes ticket 26779. --- changes/bug26779 | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 changes/bug26779 (limited to 'changes/bug26779') diff --git a/changes/bug26779 b/changes/bug26779 new file mode 100644 index 0000000000..fb7f6160ea --- /dev/null +++ b/changes/bug26779 @@ -0,0 +1,4 @@ + o Minor features (bug workaround): + - Compile correctly on systems that provide the C11 stdatomic.h header, + but where C11 atomic functions don't actually compile. + Closes ticket 26779; workaround for Debian issue 903709. -- cgit v1.2.3-54-g00ecf