summaryrefslogtreecommitdiffstats
path: root/libc/misc/statfs/statvfs.c
Commit message (Collapse)AuthorAgeFilesLines
* 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