Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | main/libblockdev: fix reference to glibc GLOB_ONYLDIR | Kevin Daudt | 2019-05-27 | 1 | -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. |