diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-08-15 02:16:19 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-08-15 02:16:19 -0400 |
commit | 1868982de6c538b75ab599b332fa896492608620 (patch) | |
tree | 1c642d9a44e5a488cfaa10e477da1ec4620fa8e4 /changes/bug26779 | |
parent | fde551a387bf743dd974512f63405c6e63de49b4 (diff) | |
parent | b66386865e68d8df0f228187781fcd5bc2dbf184 (diff) | |
download | tor-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/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. |