summaryrefslogtreecommitdiffstats
path: root/libc/misc/statfs/statvfs.c
Commit message (Expand)AuthorAgeFilesLines
* trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer2009-09-181-8/+0
* - hide __libc_{f,}statfs. Thanks to Peter S. Mazinger for mentioning this fact.Bernhard Reutner-Fischer2008-11-251-1/+0
* Last portion of libc_hidden_proto removal.Denis Vlasenko2008-11-201-4/+4
* next portion of libc_hidden_proto removalDenis Vlasenko2008-11-201-1/+1
* - add missing hidden_defBernhard Reutner-Fischer2008-09-251-0/+2
* - adds several config-options to allow for turning off certain featuresBernhard Reutner-Fischer2008-06-031-2/+3
* Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL blockDenis Vlasenko2008-05-191-3/+3
* Get rid of nested warningsPeter S. Mazinger2006-01-231-0/+7
* Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ...Peter S. Mazinger2006-01-221-2/+0
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger2006-01-141-2/+5
* Convert internal users of chmod/*stat*, minimize change for __strsepPeter S. Mazinger2005-12-131-5/+2
* Hide some of mem* and str*Peter S. Mazinger2005-11-271-0/+2
* Oops. Turns out I broke statvfs() and fstatvfs() back in February,Eric Andersen2002-09-031-13/+0
* Fix redefinition problemEric Andersen2002-02-261-3/+10
* Support statvfs and statfs. Added getmntent_r (and made it useEric Andersen2002-01-061-0/+53