summaryrefslogtreecommitdiff
path: root/src/generic/util/dirent_safe.h
AgeCommit message (Collapse)AuthorFilesLines
2011-04-06Add missing #include of stddef.h.Daniel Burrows1-1/+2
g++ 4.6 requires this in order to use offsetof().
2008-04-16Modified most header files descriptions to be Doxygen-parsable.Obey Arthur Liu1-0/+3
2007-12-05Fix my safe dirent to be somewhat resilient against weird systems where ↵Daniel Burrows1-0/+4
NAME_MAX is wrong.
2007-12-05Use readdir_r instead of readdir.Daniel Burrows1-0/+39