summaryrefslogtreecommitdiff
path: root/changes/bug26779
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-08-15 02:16:19 -0400
committerNick Mathewson <nickm@torproject.org>2018-08-15 02:16:19 -0400
commit1868982de6c538b75ab599b332fa896492608620 (patch)
tree1c642d9a44e5a488cfaa10e477da1ec4620fa8e4 /changes/bug26779
parentfde551a387bf743dd974512f63405c6e63de49b4 (diff)
parentb66386865e68d8df0f228187781fcd5bc2dbf184 (diff)
downloadtor-1868982de6c538b75ab599b332fa896492608620.tar.gz
tor-1868982de6c538b75ab599b332fa896492608620.zip
Merge remote-tracking branch 'public/bug26779_033' into maint-0.3.3
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.