Avoid unused function warnings on libc's without GLOB_ALTDIRFUNC #40354

This commit is contained in:
Daniel Pinto
2021-03-24 22:20:29 +00:00
parent c359c3056b
commit 272cb803df
2 changed files with 6 additions and 0 deletions
+4
View File
@@ -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.