summaryrefslogtreecommitdiffstats
path: root/libc/misc/dirent/readdir64.c
Commit message (Expand)AuthorAgeFilesLines
* trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer2009-09-181-1/+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
* Major cleanup of internal mutex locking. Be more consistant in how we doEric Andersen2006-12-071-2/+2
* Use _lfs_64.h in all *64.cPeter S. Mazinger2006-02-261-14/+1
* add some copyright/license infoMike Frysinger2006-02-041-0/+6
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger2006-01-141-2/+4
* Build x64 versions only if LFS is enabledPeter S. Mazinger2005-12-161-4/+1
* Hidden readdir*Peter S. Mazinger2005-12-131-2/+3
* macro out the thread funcs in libc if threading is disabledMike Frysinger2005-12-061-4/+0
* 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
* Fixup totally broken locking code... No storage for the mutex,Eric Andersen2002-05-301-4/+4
* Oops. Stupid typo.Eric Andersen2002-05-111-1/+1
* Implement readdir_r. Audit for proper thread safety and locking.Eric Andersen2002-05-111-30/+25
* Avoid defining __USE_FILE_OFFSET64, since we do _NOT_ wantEric Andersen2002-04-091-3/+5
* Don't redefine stuffEric Andersen2002-02-261-3/+10
* Scrub up some lingering problems preventing readdir64 from workingEric Andersen2001-11-141-5/+4
* In theory, this adds readdir64 and friends. Dunno if theyEric Andersen2001-10-171-0/+68