summaryrefslogtreecommitdiffstats
path: root/libc/misc/dirent/alphasort.c
Commit message (Collapse)AuthorAgeFilesLines
* dirent: push dirent type to prototypesMike Frysinger2009-08-191-5/+2
| | | | | | | | | | | This syncs the dirent related functions with the glibc behavior -- rather than take void pointers everywhere, make the struct dirent pointers explicit in the API. After all, the functions themselves will cast the pointers to a dirent structure, so if it isn't as expected, people will crash. Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* BIG BIG commit: all left files merged from trunk [rev 22714]. Currenntly ↵Carmelo Amoroso2008-07-091-1/+1
| | | | NPTL sh4 port build and work fine. All committed to allow Khem Ray working on a working branch to integrate the ARM nptl port. MIPS nptl port not tested but should still building and working fine. There are some other part non yet merged with trunk (misc/internals and some headers file that need some more work). Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* Merge from trunk."Steven J. Hill"2006-02-271-1/+9
|
* Merge from trunk. More to come you betcha'."Steven J. Hill"2005-12-021-1/+1
|
* Scrub up some lingering problems preventing readdir64 from workingEric Andersen2001-11-141-0/+1
| | | | | | and creating several *64 problems, particualrly when client apps used -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64. All better now. -Erik
* Turns out alphasort was totally broken. This fixed one works.Eric Andersen2001-05-081-4/+3
| | | | -Erik
* Add in alphasort (working fine) and scandir (just a stub for now).Eric Andersen2001-03-191-0/+10
-Erik