summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/i386/bits/dirent.h
Commit message (Collapse)AuthorAgeFilesLines
* Scrub up some lingering problems preventing readdir64 from workingEric Andersen2001-11-141-2/+4
| | | | | | and creating several *64 problems, particualrly when client apps used -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64. All better now. -Erik
* Update to accomodate the header file changesEric Andersen2001-09-271-20/+11
|
* Remove simulated d_type support for getdents and the dirent struct, and useManuel Novoa III2001-06-251-2/+11
| | | | the straight getdents syscall instead of the wrapper (which leaked memory).
* Some more major updates to further superate ucLibc from the kernelEric Andersen2000-07-061-0/+53
headers (the way it has been done in GNU libc). -Erik