summaryrefslogtreecommitdiffstats
path: root/libc/misc/dirent/readdir_r.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
* Implement readdir_r. Audit for proper thread safety and locking.Eric Andersen2002-05-111-0/+63
-Erik