summaryrefslogtreecommitdiffstats
path: root/libc/misc/dirent/dirstream.h
Commit message (Collapse)AuthorAgeFilesLines
* Scrub up some lingering problems preventing readdir64 from workingEric Andersen2001-11-141-5/+16
| | | | | | and creating several *64 problems, particualrly when client apps used -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64. All better now. -Erik
* In theory, this adds readdir64 and friends. Dunno if theyEric Andersen2001-10-171-1/+1
| | | | | work yet or not.... -Erik
* Move the dirent stuff. I suppose it is system dependant, but thenEric Andersen2001-03-191-0/+75
it really should be grouped together too. And it needed to be grouped more then it needed to be in sysdeps/linux/common