aboutsummaryrefslogtreecommitdiff
path: root/win32/sys/statvfs.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* win32: define statvfs as statfsRon Yorston2017-11-031-0/+3
df now uses statvfs instead of statfs. Support this by pretending that statfs *is* statvfs. Not really true but good enough for the present purpose.