Opened 10 years ago
Last modified 10 years ago
#10991 reopened enhancement
readdir (dirent.h) does not have d_type — at Version 1
Reported by: | waddlesplash | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | System/POSIX | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description (last modified by )
http://man7.org/linux/man-pages/man3/readdir.3.html
I understand this is not an official POSIX thing but rather a Linux thing; still, many applications use it and we should support it.
Note:
See TracTickets
for help on using tickets.
" not supported by all filesystem types"
The docs for this even explains why it is a bad idea. Fix the apps instead.