summaryrefslogtreecommitdiffstats
path: root/libc/misc/dirent/alphasort.c
Commit message (Collapse)AuthorAgeFilesLines
* 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