summaryrefslogtreecommitdiff
path: root/libc/misc/dirent/readdir64.c
AgeCommit message (Expand)Author
2012-06-15scandir,readdir[_t]: use one common source for X() and X64()Peter S. Mazinger
2009-09-18trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer
2008-11-20Last portion of libc_hidden_proto removal.Denis Vlasenko
2008-08-27- remove a couple of duplicate includesBernhard Reutner-Fischer
2006-12-07Major cleanup of internal mutex locking. Be more consistant in how we doEric Andersen
2006-02-26Use _lfs_64.h in all *64.cPeter S. Mazinger
2006-02-04add some copyright/license infoMike Frysinger
2006-01-14hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger
2005-12-16Build x64 versions only if LFS is enabledPeter S. Mazinger
2005-12-13Hidden readdir*Peter S. Mazinger
2005-12-06macro out the thread funcs in libc if threading is disabledMike Frysinger
2003-12-27Fix a long-standing bug with pthreads. A couple of linuxthreads filesManuel Novoa III
2003-01-28Fix scandir64 to not free the wrong pieces of memory (which couldEric Andersen
2002-10-31Ok, this commit is _huge_ and its gonna change the world. I'veEric Andersen
2002-05-30Fixup totally broken locking code... No storage for the mutex,Eric Andersen
2002-05-11Oops. Stupid typo.Eric Andersen
2002-05-11Implement readdir_r. Audit for proper thread safety and locking.Eric Andersen
2002-04-09Avoid defining __USE_FILE_OFFSET64, since we do _NOT_ wantEric Andersen
2002-02-26Don't redefine stuffEric Andersen
2001-11-14Scrub up some lingering problems preventing readdir64 from workingEric Andersen
2001-10-17In theory, this adds readdir64 and friends. Dunno if theyEric Andersen