summaryrefslogtreecommitdiffstats
path: root/libc/misc/statfs/statfs64.c
Commit message (Collapse)AuthorAgeFilesLines
* undefine __USE_FILE_OFFSET64, since we absolutely do _NOT_ want interfacesEric Andersen2002-04-091-7/+8
| | | | | | silently renamed under us or very bad things will happen. In this case, statfs64() ended up recurively calling statfs64() instead of statfs().... -Erik
* Fix redefinition problemEric Andersen2002-02-261-3/+10
|
* Support statvfs and statfs. Added getmntent_r (and made it useEric Andersen2002-01-061-0/+54
strtok_r instead of strtok), taught getmntent to use getmntent_r. -Erik