summaryrefslogtreecommitdiffstats
path: root/libc/unistd/fpathconf.c
Commit message (Expand)AuthorAgeFilesLines
* convert // comments to /**/; remove empty #if/#endif pairs. no code changesDenys Vlasenko2009-09-181-3/+0
* trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer2009-09-181-1/+0
* - hide __libc_{f,}statfs. Thanks to Peter S. Mazinger for mentioning this fact.Bernhard Reutner-Fischer2008-11-251-1/+0
* next portion of libc_hidden_proto removalDenis Vlasenko2008-11-201-1/+1
* - remove a couple of duplicate includesBernhard Reutner-Fischer2008-08-271-3/+0
* - trim any trailing whitespaceBernhard Reutner-Fischer2008-07-231-3/+3
* - improve UCLIBC_LINUX_SPECIFICBernhard Reutner-Fischer2008-07-141-2/+2
* - adds several config-options to allow for turning off certain featuresBernhard Reutner-Fischer2008-06-031-3/+17
* add missing includes of unistd.h for smallint usageDenis Vlasenko2008-06-011-1/+0
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger2006-01-141-3/+5
* Convert internal users of chmod/*stat*, minimize change for __strsepPeter S. Mazinger2005-12-131-3/+3
* Ok, this commit is _huge_ and its gonna change the world. I'veEric Andersen2002-10-311-1/+1
* Fix up pathconf and friend so that test suits can workEric Andersen2001-11-201-24/+240
* Stub out fpathconf() -- FIXMEEric Andersen2001-04-201-0/+30