summaryrefslogtreecommitdiffstats
path: root/include/sys/statvfs.h
Commit message (Collapse)AuthorAgeFilesLines
* sync some headers and disable unused prototypesPeter S. Mazinger2009-11-191-4/+4
| | | | | Signed-off-by: Peter S. Mazinger <ps.m@gmx.net> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* Last portion of libc_hidden_proto removal.Denis Vlasenko2008-11-201-0/+2
| | | | | Appears to build fine (several .configs tried)
* Sync up w/ glibcPeter S. Mazinger2005-11-041-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