aboutsummaryrefslogtreecommitdiffstats
path: root/main/libblockdev
Commit message (Collapse)AuthorAgeFilesLines
* main/libblockdev: fix reference to glibc GLOB_ONYLDIRKevin Daudt2019-05-272-2/+17
| | | | | | | 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.
* main/libblockdev: new aportRasmus Thomsen2019-05-271-0/+43