summaryrefslogtreecommitdiffstats
path: root/libc/misc/dirent/readdir64_r.c
Commit message (Expand)AuthorAgeFilesLines
* trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer2009-09-181-2/+0
* Last portion of libc_hidden_proto removal.Denis Vlasenko2008-11-201-1/+1
* - remove a couple of duplicate includesBernhard Reutner-Fischer2008-08-271-1/+0
* Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL blockDenis Vlasenko2008-05-191-1/+1
* also fix bug 1012 by moschny in 64bit version of readdirMike Frysinger2007-09-151-1/+1
* Major cleanup of internal mutex locking. Be more consistant in how we doEric Andersen2006-12-071-2/+2
* Define internal readdir*_r() and use _lfs_64.hPeter S. Mazinger2006-02-261-13/+3
* add some copyright/license infoMike Frysinger2006-02-041-0/+7
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger2006-01-141-1/+3
* Build x64 versions only if LFS is enabledPeter S. Mazinger2005-12-161-4/+1
* macro out the thread funcs in libc if threading is disabledMike Frysinger2005-12-061-4/+0
* Hide mostly used functionsPeter S. Mazinger2005-12-011-1/+1
* Fix a long-standing bug with pthreads. A couple of linuxthreads filesManuel Novoa III2003-12-271-2/+2
* Fix scandir64 to not free the wrong pieces of memory (which couldEric Andersen2003-01-281-3/+1
* Ok, this commit is _huge_ and its gonna change the world. I'veEric Andersen2002-10-311-2/+2
* Implement missing readdir64_r.cEric Andersen2002-08-261-0/+79