summaryrefslogtreecommitdiffstats
path: root/libc/misc/statfs/statvfs.c
Commit message (Collapse)AuthorAgeFilesLines
* Oops. Turns out I broke statvfs() and fstatvfs() back in February,Eric Andersen2002-09-031-13/+0
| | | | | | when I accidentally changed them unconditionally into the 64 bit versions... Oops. -Erik
* Fix redefinition problemEric Andersen2002-02-261-3/+10
|
* Support statvfs and statfs. Added getmntent_r (and made it useEric Andersen2002-01-061-0/+53
strtok_r instead of strtok), taught getmntent to use getmntent_r. -Erik