summaryrefslogtreecommitdiffstats
path: root/libc/misc/dirent/readdir64.c
Commit message (Collapse)AuthorAgeFilesLines
* Fixup totally broken locking code... No storage for the mutex,Eric Andersen2002-05-301-4/+4
| | | | | wrong ifdef macro.. -Erik
* Oops. Stupid typo.Eric Andersen2002-05-111-1/+1
|
* Implement readdir_r. Audit for proper thread safety and locking.Eric Andersen2002-05-111-30/+25
| | | | -Erik
* Avoid defining __USE_FILE_OFFSET64, since we do _NOT_ wantEric Andersen2002-04-091-3/+5
| | | | | | interfaces silently renamed under us or very bad things may happen... -Erik
* Don't redefine stuffEric Andersen2002-02-261-3/+10
|
* Scrub up some lingering problems preventing readdir64 from workingEric Andersen2001-11-141-5/+4
| | | | | | 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-0/+68
work yet or not.... -Erik