aboutsummaryrefslogtreecommitdiffstats
path: root/main/libblockdev/fix-glibc-glob-onlydir.patch
Commit message (Collapse)AuthorAgeFilesLines
* main/libblockdev: fix reference to glibc GLOB_ONYLDIRKevin Daudt2019-05-271-0/+13
On s390, the code refers to GLOB_ONLYDIR, which is glibc specific and according to the manual, only meant as an optmization. Replace GLOB_ONLYDIR with 0x0 to fix the build on s390x.