about summary refs log tree commit diff
path: root/include/dirent.h
Commit message (Collapse)AuthorAgeFilesLines
* d_fileno alias for d_ino in direntRich Felker2011-04-031-0/+2
| | | | | this is nonstandard but since POSIX reserved d_ prefix in dirent.h we might as well define it unconditionally. some programs depend on it.
* fix typos in dirent.hRich Felker2011-03-081-2/+2
|
* add macros for use with d_type extension field in direntRich Felker2011-03-071-0/+14
|
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+41