summaryrefslogtreecommitdiff
path: root/src/statvfs_helper.c
Commit message (Collapse)AuthorAgeFilesLines
* Handle statvfs in C.Matthias Andreas Benkard2025-08-241-0/+19
This is necessary for musl support because musl's version of struct statvfs contains bitfields, which Zig does not know how to import.