summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-10-15 10:35:45 -0400
committerNick Mathewson <nickm@torproject.org>2015-10-15 10:37:41 -0400
commita5ed8b1667156384483c12eb4f98d511c6dd2bd3 (patch)
treea7a08eb937447910fe46714d7d11a7bff9061374 /changes
parent7c3f210e709703a3ce3e36107166f67c31f4c8e1 (diff)
downloadtor-a5ed8b1667156384483c12eb4f98d511c6dd2bd3.tar.gz
tor-a5ed8b1667156384483c12eb4f98d511c6dd2bd3.zip
Fix compilation of sandbox.[ch] under musl-libc
Patch from jamestk; fix on 0.2.5.1-alpha. Fixes 17347.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug173474
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug17347 b/changes/bug17347
new file mode 100644
index 0000000000..487b1320e2
--- /dev/null
+++ b/changes/bug17347
@@ -0,0 +1,4 @@
+ o Minor bugfixes (compilation):
+ - Fix compilation of sandbox.c with musl-libc.
+ Fixes bug 17347; bugfix on 0.2.5.1-alpha.
+ Patch from 'jamestk'.