#10991 reopened enhancement (invalid)
readdir (dirent.h) does not have d_type — at Version 2
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.
Change History (2)
comment:1 by , 10 years ago
Description: | modified (diff) |
---|
comment:2 by , 10 years ago
Description: | modified (diff) |
---|---|
Resolution: | → invalid |
Status: | new → closed |
Indeed.
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.