Merge remote-tracking branch 'public/bug26779_035'

This commit is contained in:
Nick Mathewson
2018-08-15 02:14:17 -04:00
4 changed files with 37 additions and 9 deletions
+4
View File
@@ -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.