summaryrefslogtreecommitdiffstats
path: root/include/sys/statvfs.h
Commit message (Collapse)AuthorAgeFilesLines
* sync some headers and disable unused prototypesPeter S. Mazinger2009-11-221-4/+4
| | | | | | Signed-off-by: Peter S. Mazinger <ps.m@gmx.net> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* Synch with trunk @ 24157Carmelo Amoroso2008-11-261-0/+2
| | | | Step 11: More libc_hidden_proto removal
* Merge from trunk."Steven J. Hill"2005-11-171-10/+14
|
* Support statvfs and statfs. Added getmntent_r (and made it useEric Andersen2002-01-061-0/+87
strtok_r instead of strtok), taught getmntent to use getmntent_r. -Erik