diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-08-08 15:41:40 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-08-08 15:49:39 -0400 |
commit | b66386865e68d8df0f228187781fcd5bc2dbf184 (patch) | |
tree | ff8a46127ecef42de61e631cbfa090a66547d0e6 /changes/bug26779 | |
parent | 00536254b765900127af04f278ed591d562434d9 (diff) | |
download | tor-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/bug26779 | 4 |
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. |