summaryrefslogtreecommitdiffstats
path: root/libc/misc/dirent/scandir64.c
Commit message (Expand)AuthorAgeFilesLines
* dirent: push dirent type to prototypesMike Frysinger2009-07-201-8/+2
* Last portion of libc_hidden_proto removal.Denis Vlasenko2008-11-201-4/+4
* - sync fix for scandir errno handling to scandir64 (r23600)Bernhard Reutner-Fischer2008-10-181-5/+17
* - trim any trailing whitespaceBernhard Reutner-Fischer2008-07-231-2/+2
* Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL blockDenis Vlasenko2008-05-191-1/+1
* Use _lfs_64.h in all *64.cPeter S. Mazinger2006-02-261-14/+2
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger2006-01-141-6/+7
* Build x64 versions only if LFS is enabledPeter S. Mazinger2005-12-161-3/+1
* Convert all users of earlier hiddensPeter S. Mazinger2005-12-131-1/+1
* Use internal versionsPeter S. Mazinger2005-12-081-0/+2
* More hiding, 300 leftPeter S. Mazinger2005-12-041-0/+2
* Hide mostly used functionsPeter S. Mazinger2005-12-011-1/+1
* Fix scandir64 to not free the wrong pieces of memory (which couldEric Andersen2003-01-281-67/+78
* Ok, this commit is _huge_ and its gonna change the world. I'veEric Andersen2002-10-311-2/+2
* 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 malloc handlingEric Andersen2002-01-081-8/+13
* Scrub up some lingering problems preventing readdir64 from workingEric Andersen2001-11-141-1/+2
* In theory, this adds readdir64 and friends. Dunno if theyEric Andersen2001-10-171-0/+88