summaryrefslogtreecommitdiffstats
path: root/libc/unistd/pathconf.c
Commit message (Expand)AuthorAgeFilesLines
* convert // comments to /**/; remove empty #if/#endif pairs. no code changesDenys Vlasenko2009-09-181-1/+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
* - adds several config-options to allow for turning off certain featuresBernhard Reutner-Fischer2008-06-031-2/+3
* add back in code cut by previous commit to fix the pathconf testMike Frysinger2006-02-111-0/+5
* sync with glibc and kill dead code to fix issues found by the nftw ltp testsMike Frysinger2006-02-101-150/+94
* 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
* pathconf can't use fpathconf or it will block opening FIFOsEric Andersen2001-11-211-7/+209
* Fix up pathconf and friend so that test suits can workEric Andersen2001-11-201-0/+48