diff options
author | Daniel Pinto <danielpinto52@gmail.com> | 2021-03-24 22:20:29 +0000 |
---|---|---|
committer | Daniel Pinto <danielpinto52@gmail.com> | 2021-03-24 22:26:39 +0000 |
commit | 272cb803df02179bd6d406d0188df588d445db1b (patch) | |
tree | 837011a7c90bb474582307765b9e672ad6f82311 /changes | |
parent | c359c3056b2dbf17987a8955af30884ee438108e (diff) | |
download | tor-272cb803df02179bd6d406d0188df588d445db1b.tar.gz tor-272cb803df02179bd6d406d0188df588d445db1b.zip |
Avoid unused function warnings on libc's without GLOB_ALTDIRFUNC #40354
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug40354 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug40354 b/changes/bug40354 new file mode 100644 index 0000000000..da7c63d3af --- /dev/null +++ b/changes/bug40354 @@ -0,0 +1,4 @@ + o Minor bugfixes (compilation): + - Fix a compilation warning about unused functions when building with + a libc that lacks the GLOB_ALTDIRFUNC constant. Fixes bug 40354; + bugfix on 0.4.5.1-alpha. Patch by Daniel Pinto. |