diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-10-15 10:35:45 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-10-15 10:37:41 -0400 |
commit | a5ed8b1667156384483c12eb4f98d511c6dd2bd3 (patch) | |
tree | a7a08eb937447910fe46714d7d11a7bff9061374 /changes | |
parent | 7c3f210e709703a3ce3e36107166f67c31f4c8e1 (diff) | |
download | tor-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/bug17347 | 4 |
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'. |