aboutsummaryrefslogtreecommitdiff
path: root/win32/statfs.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* win32: define statvfs as statfsRon Yorston2017-11-031-1/+1
| | | | | | 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.
* win32: improve implementation of statfsRon Yorston2015-11-011-12/+12
| | | | The WIN32 calls should be passed the root directory of the filesystem.
* Extend WIN32 statfs to include type, fsid and namelenRon Yorston2014-01-061-3/+33
|
* df: limited implementation for WIN32Ron Yorston2013-04-031-0/+50