Opened 19 years ago
#14 new defect
libc: implement the opendir() APIs using getdirents
Reported by: | bird | Owned by: | bird |
---|---|---|---|
Priority: | normal | Milestone: | libc-0.7 |
Component: | libc | Version: | 0.7 |
Severity: | normal | Keywords: | libc opendir |
Cc: |
Description
getdirents() is available and should be used to replace the current opendir/readdir/closedir implementation. This would allow us to enumerate huge directories, which is one of the restrictions of the current implementation. On the down side seekdir will not be as accurate, but it doesn't have to be, so that doesn't matter too much.
Note:
See TracTickets
for help on using tickets.