aboutsummaryrefslogtreecommitdiff
path: root/changes/bug26779
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-08-08 15:41:40 -0400
committerNick Mathewson <nickm@torproject.org>2018-08-08 15:49:39 -0400
commitb66386865e68d8df0f228187781fcd5bc2dbf184 (patch)
treeff8a46127ecef42de61e631cbfa090a66547d0e6 /changes/bug26779
parent00536254b765900127af04f278ed591d562434d9 (diff)
downloadtor-b66386865e68d8df0f228187781fcd5bc2dbf184.tar.gz
tor-b66386865e68d8df0f228187781fcd5bc2dbf184.zip
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.
Diffstat (limited to 'changes/bug26779')
-rw-r--r--changes/bug267794
1 files changed, 4 insertions, 0 deletions
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.